You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/25 12:58:50 UTC

svn commit: r1027047 - /tuscany/sca-java-1.x/trunk/modules/implementation-bpel-ode/pom.xml

Author: nash
Date: Mon Oct 25 10:58:50 2010
New Revision: 1027047

URL: http://svn.apache.org/viewvc?rev=1027047&view=rev
Log:
Merge r999901 Fix incorrect version number for commons-lang and exclude junit dependencies

Modified:
    tuscany/sca-java-1.x/trunk/modules/implementation-bpel-ode/pom.xml

Modified: tuscany/sca-java-1.x/trunk/modules/implementation-bpel-ode/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/modules/implementation-bpel-ode/pom.xml?rev=1027047&r1=1027046&r2=1027047&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/modules/implementation-bpel-ode/pom.xml (original)
+++ tuscany/sca-java-1.x/trunk/modules/implementation-bpel-ode/pom.xml Mon Oct 25 10:58:50 2010
@@ -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>