summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-22 12:17:08 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-22 12:17:08 +0000
commit051e2bfb4e5fff5cbe75d51938b467820ea5f8f6 (patch)
tree75f756cb4a19bab4e778ed4274fefe786c97d301 /sca-java-1.x/branches
parent273bccaa77265350525b28ec52d2a7dd5502783b (diff)
Fix incorrect version number for commons-lang and exclude junit dependencies
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@999901 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-bpel-ode/pom.xml24
1 files changed, 22 insertions, 2 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-bpel-ode/pom.xml b/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-bpel-ode/pom.xml
index bb9ca9eba0..ec8f77a58a 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-bpel-ode/pom.xml
+++ b/sca-java-1.x/branches/sca-java-1.6.1/modules/implementation-bpel-ode/pom.xml
@@ -209,7 +209,7 @@
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
@@ -253,7 +253,11 @@
<groupId>ognl</groupId>
<artifactId>ognl</artifactId>
</exclusion>
- </exclusions>
+ <exclusion>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
@@ -284,6 +288,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>
@@ -318,12 +328,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>