diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-25 15:38:58 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-25 15:38:58 +0000 |
commit | f24bd3a82a4dcb3175785bf9da05b31105d64edf (patch) | |
tree | 49b0a562163eb2ef03140caeab3345e157759486 /branches/sca-java-2.0-M2/modules | |
parent | 8c401637f31105c45e7e21756d6759aee3380cf0 (diff) |
Merge 758280-758289 doc files, LICENSE, and impl-bpel-ode dependency change sfrom trunk to m2 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@758306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-2.0-M2/modules')
-rw-r--r-- | branches/sca-java-2.0-M2/modules/implementation-bpel-ode/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/branches/sca-java-2.0-M2/modules/implementation-bpel-ode/pom.xml b/branches/sca-java-2.0-M2/modules/implementation-bpel-ode/pom.xml index 78d8737c4d..5de9f05a9a 100644 --- a/branches/sca-java-2.0-M2/modules/implementation-bpel-ode/pom.xml +++ b/branches/sca-java-2.0-M2/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>
|