Skip to content

Commit 9568231

Browse files
committed
(#272) Exclude hamcrest-core
1 parent 50a03aa commit 9568231

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@
110110
<artifactId>junit</artifactId>
111111
<version>4.13.1</version>
112112
<scope>test</scope>
113+
<exclusions>
114+
<exclusion>
115+
<groupId>org.hamcrest</groupId>
116+
<artifactId>hamcrest-core</artifactId>
117+
</exclusion>
118+
</exclusions>
113119
</dependency>
114120
</dependencies>
115121
<build>

0 commit comments

Comments
 (0)