Print

Print


Author: [log in to unmask]
Date: Mon Nov 10 16:16:29 2014
New Revision: 1480

Log:
Change scope of junit to test only.

Modified:
    java/trunk/parent/pom.xml

Modified: java/trunk/parent/pom.xml
 =============================================================================
--- java/trunk/parent/pom.xml	(original)
+++ java/trunk/parent/pom.xml	Mon Nov 10 16:16:29 2014
@@ -72,15 +72,8 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>
+            <scope>test</scope>
         </dependency>
-        <!--
-        <dependency>
-            <groupId>dom4j</groupId>
-            <artifactId>dom4j</artifactId>
-            <version>1.6.1</version>
-            <scope>provided</scope>
-        </dependency>
-        -->
         <dependency>
             <groupId>org.lcsim</groupId>
             <artifactId>lcsim-distribution</artifactId>