File: guava_for_tests.patch

package info (click to toggle)
libpf4j-java 3.13.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,548 kB
  • sloc: java: 8,610; xml: 1,108; sh: 228; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 614 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: adding the guava artifact for the tests
 Many of the test dependencies are not packaged in Debian, still one can find
 part of them in libguava-java.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2024-02-13

--- a/pf4j/pom.xml
+++ b/pf4j/pom.xml
@@ -225,6 +225,11 @@
             <version>2.0.21</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>debian</version>
+        </dependency>
     </dependencies>
 
 </project>