diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-25 14:51:53 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-25 14:51:53 +0000 |
commit | fded28ef1dc4232731656c7cbffa8f893d259c7a (patch) | |
tree | efaddf3b99b8a3199c22a8f45f61dd1ed7266dd8 /java/sca | |
parent | 5d09af3688b593612b7ea5985752babb741ddb5b (diff) |
Add some excludes to unwanted dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758281 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/modules/implementation-bpel-ode/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/java/sca/modules/implementation-bpel-ode/pom.xml b/java/sca/modules/implementation-bpel-ode/pom.xml index d5b139e167..43c3373e91 100644 --- a/java/sca/modules/implementation-bpel-ode/pom.xml +++ b/java/sca/modules/implementation-bpel-ode/pom.xml @@ -193,6 +193,10 @@ <artifactId>mx4j</artifactId>
</exclusion>
<exclusion>
+ <groupId>cglib</groupId>
+ <artifactId>cglib-nodep</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
</exclusion>
@@ -219,6 +223,10 @@ <groupId>ognl</groupId>
<artifactId>ognl</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -254,6 +262,12 @@ <groupId>tranql</groupId>
<artifactId>tranql-connector</artifactId>
<version>1.1</version>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.openjpa</groupId>
@@ -288,12 +302,22 @@ <groupId>org.apache.openjpa</groupId>
<artifactId>openjpa-xmlstore</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>net.sourceforge.serp</groupId>
<artifactId>serp</artifactId>
<version>1.12.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>jaxen</groupId>
|