The JUnit dependency info is supplied in the parent POM, so it's not
necessary to repeat it in each module.

[[[
Stop specifying version and scope for junit dependency.

* core/pom.xml: Remove version and scope for junit dependency.
* parser/pom.xml: Ditto.
* security/pom.xml: Ditto.
* examples/pom.xml: Ditto.
]]]


--
Stephen Duncan Jr
www.stephenduncanjr.com
Index: java/trunk/security/pom.xml
===================================================================
--- java/trunk/security/pom.xml (revision 415842)
+++ java/trunk/security/pom.xml (working copy)
@@ -19,8 +19,6 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
-        <scope>test</scope>
       </dependency>
     <dependency>
       <groupId>org.apache.abdera</groupId>
Index: java/trunk/core/pom.xml
===================================================================
--- java/trunk/core/pom.xml     (revision 415842)
+++ java/trunk/core/pom.xml     (working copy)
@@ -19,8 +19,6 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.2</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>geronimo</groupId>
Index: java/trunk/parser/pom.xml
===================================================================
--- java/trunk/parser/pom.xml   (revision 415842)
+++ java/trunk/parser/pom.xml   (working copy)
@@ -19,8 +19,6 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
-        <scope>test</scope>
       </dependency>
     <dependency>
       <groupId>org.apache.abdera</groupId>
Index: java/trunk/examples/pom.xml
===================================================================
--- java/trunk/examples/pom.xml (revision 415842)
+++ java/trunk/examples/pom.xml (working copy)
@@ -19,8 +19,6 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.2</version>
-        <scope>test</scope>
       </dependency>
     <dependency>
       <groupId>org.apache.abdera</groupId>

Reply via email to