Package: carrotsearch-randomizedtesting / 2.1.17-2

0001-remove-hamcrest-core-exclusion.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove hamcrest-core exclusion that maven-debian-helper doesn't understand
Author: Hilko Bengen <bengen@debian.org>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -120,12 +120,6 @@
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>${junit.version}</version>
-        <exclusions>
-          <exclusion>
-            <artifactId>hamcrest-core</artifactId>
-            <groupId>org.hamcrest</groupId>
-          </exclusion>
-        </exclusions>
       </dependency>
 
       <dependency>