File: 0001-remove-hamcrest-core-exclusion.patch

package info (click to toggle)
carrotsearch-randomizedtesting 2.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,620 kB
  • sloc: java: 20,503; xml: 2,985; sh: 12; ansic: 7; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
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>