summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml
index d724515042..d2ac513cf7 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/binding-ws-axis2/pom.xml
@@ -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.6.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
+
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.5</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>