File: 24-module-dependency.patch

package info (click to toggle)
guava-libraries 31.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 40,360 kB
  • sloc: java: 367,214; xml: 2,492; sh: 34; makefile: 9; javascript: 9
file content (13 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Adjust the type of the guava dependency in the guava-testlib module
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/guava-testlib/pom.xml
+++ b/guava-testlib/pom.xml
@@ -34,6 +34,7 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>guava</artifactId>
       <version>${project.version}</version>
+      <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>junit</groupId>