Author: nash
Date: Sat May  8 20:46:19 2010
New Revision: 942469

URL: http://svn.apache.org/viewvc?rev=942469&view=rev
Log:
Exclude junit 3.8 dependency brought in by wss4j and use junit 4.5 instead

Modified:
    tuscany/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml

Modified: tuscany/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml?rev=942469&r1=942468&r2=942469&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/modules/binding-ws-axis2/pom.xml Sat May  8 
20:46:19 2010
@@ -215,6 +215,10 @@
                     <groupId>bouncycastle</groupId>
                     <artifactId>bcprov-jdk15</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>junit</groupId>
+                    <artifactId>junit</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         
@@ -328,6 +332,13 @@
             <version>1.7-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>4.5</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
         
     <build>


Reply via email to