summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/binding-ws-axis2/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-02-10 18:41:34 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-02-10 18:41:34 +0000
commit29103fa37e3162cfa79a15279e541c14ab888e33 (patch)
tree04d94a67398d0b8f73d998efe7b578a9408055ec /java/sca/modules/binding-ws-axis2/pom.xml
parent1e2f509041c0590b03eb7f7559ca9eb71cd6d14e (diff)
Excluding JUnit transient dependency to avoid it being present on the distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743052 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/modules/binding-ws-axis2/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/sca/modules/binding-ws-axis2/pom.xml b/java/sca/modules/binding-ws-axis2/pom.xml
index 9e41dbfa71..6890c6b72c 100644
--- a/java/sca/modules/binding-ws-axis2/pom.xml
+++ b/java/sca/modules/binding-ws-axis2/pom.xml
@@ -218,6 +218,10 @@
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk13</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>