File: pom.diff

package info (click to toggle)
plexus-container-default 1.0-alpha-9-stable-1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,804 kB
  • ctags: 2,057
  • sloc: java: 11,200; xml: 859; makefile: 27
file content (14 lines) | stat: -rw-r--r-- 407 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Mark junit as a test dependency
Author: Ludovic Claude <ludovic.claude@laposte.net>
Forwarded: not-needed
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
-      <scope>compile</scope>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>