Skip to content

Commit 4b89c48

Browse files
committed
Don't need Hamcrest anymore
1 parent 1d2dc66 commit 4b89c48

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

-8
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,6 @@
164164
<version>1.5.6</version>
165165
<scope>test</scope>
166166
</dependency>
167-
<!-- Hamcrest is only here to make Infinitest happy. Not really used in the project. -->
168-
<dependency>
169-
<groupId>org.hamcrest</groupId>
170-
<artifactId>hamcrest</artifactId>
171-
<version>3.0</version>
172-
<scope>test</scope>
173-
</dependency>
174-
175167
<dependency>
176168
<groupId>org.testcontainers</groupId>
177169
<artifactId>postgresql</artifactId>

0 commit comments

Comments
 (0)