File: test_scope_for_log4j.patch

package info (click to toggle)
libdistlib-java 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 664 kB
  • sloc: java: 4,420; sh: 533; xml: 38; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: log4j is only needed for the tests, thus adding this scope
Author: Pierre Gruet <pgt@debian.org>
Forwarded: no
Last-Update: 2024-05-17

--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,7 @@
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <version>1.2.8</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
     	<groupId>commons-math</groupId>