You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ra...@apache.org on 2008/12/11 14:31:04 UTC

svn commit: r725683 - /tuscany/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml

Author: ramkumar
Date: Thu Dec 11 05:31:03 2008
New Revision: 725683

URL: http://svn.apache.org/viewvc?rev=725683&view=rev
Log:
fix for log4j version

Modified:
    tuscany/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml

Modified: tuscany/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml?rev=725683&r1=725682&r2=725683&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml (original)
+++ tuscany/branches/sca-java-1.4/modules/implementation-bpel-ode/pom.xml Thu Dec 11 05:31:03 2008
@@ -389,7 +389,7 @@
 		<dependency>
 			<groupId>log4j</groupId>
 			<artifactId>log4j</artifactId>
-			<version>1.2.15</version>
+			<version>1.2.13</version>
 		</dependency>
 	</dependencies>