You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2009/09/14 12:15:43 UTC

svn commit: r814557 - /tuscany/java/sca/modules/implementation-bpel/pom.xml

Author: antelder
Date: Mon Sep 14 10:15:42 2009
New Revision: 814557

URL: http://svn.apache.org/viewvc?rev=814557&view=rev
Log:
Remove unnecessary dependency from bpel model module

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

Modified: tuscany/java/sca/modules/implementation-bpel/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-bpel/pom.xml?rev=814557&r1=814556&r2=814557&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-bpel/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-bpel/pom.xml Mon Sep 14 10:15:42 2009
@@ -54,12 +54,6 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.apache.tuscany.sca</groupId>
-			<artifactId>tuscany-databinding</artifactId>
-			<version>2.0-SNAPSHOT</version>
-		</dependency>
-
-		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
 			<version>4.5</version>