You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/08 07:48:55 UTC

svn commit: r823038 - in /tuscany/java/sca/modules: binding-atom-runtime/pom.xml binding-atom/pom.xml

Author: lresende
Date: Thu Oct  8 05:48:54 2009
New Revision: 823038

URL: http://svn.apache.org/viewvc?rev=823038&view=rev
Log:
Cleaning up pom and ading data-api dependency back as the module is now available

Modified:
    tuscany/java/sca/modules/binding-atom-runtime/pom.xml
    tuscany/java/sca/modules/binding-atom/pom.xml

Modified: tuscany/java/sca/modules/binding-atom-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-atom-runtime/pom.xml?rev=823038&r1=823037&r2=823038&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-atom-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/binding-atom-runtime/pom.xml Thu Oct  8 05:48:54 2009
@@ -54,11 +54,11 @@
             <version>2.0-SNAPSHOT</version>
         </dependency>        
 
-        <!--dependency>
+        <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-data-api</artifactId>
             <version>2.0-SNAPSHOT</version>
-        </dependency-->
+        </dependency>
 
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>

Modified: tuscany/java/sca/modules/binding-atom/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-atom/pom.xml?rev=823038&r1=823037&r2=823038&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-atom/pom.xml (original)
+++ tuscany/java/sca/modules/binding-atom/pom.xml Thu Oct  8 05:48:54 2009
@@ -42,14 +42,7 @@
             <version>2.0-SNAPSHOT</version>
 			<scope>test</scope>			
         </dependency>
-		
-        <!--dependency>
-            <groupId>org.apache.tuscany.sca</groupId>
-            <artifactId>tuscany-sca-api</artifactId>
-            <version>2.0-SNAPSHOT</version>
-			<scope>test</scope>
-        </dependency-->
-		
+				
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>