You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by kw...@apache.org on 2006/02/07 22:46:30 UTC

svn commit: r375723 - /incubator/tuscany/java/das/rdb/pom.xml

Author: kwilliams
Date: Tue Feb  7 13:46:29 2006
New Revision: 375723

URL: http://svn.apache.org/viewcvs?rev=375723&view=rev
Log:
One more correction to depenencies

Modified:
    incubator/tuscany/java/das/rdb/pom.xml

Modified: incubator/tuscany/java/das/rdb/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/das/rdb/pom.xml?rev=375723&r1=375722&r2=375723&view=diff
==============================================================================
--- incubator/tuscany/java/das/rdb/pom.xml (original)
+++ incubator/tuscany/java/das/rdb/pom.xml Tue Feb  7 13:46:29 2006
@@ -37,7 +37,7 @@
 
     <dependencies>
 
-<!--
+
         <dependency>
             <groupId>org.eclipse.emf</groupId>
             <artifactId>commonj-sdo</artifactId>
@@ -45,7 +45,6 @@
             <scope>compile</scope>
         </dependency>
 
--->
         <dependency>
             <groupId>commonj</groupId>
             <artifactId>sdo-api</artifactId>
@@ -53,14 +52,15 @@
             <scope>compile</scope>
         </dependency>
 
-        <dependency>
-            <groupId>commonj</groupId>
+      <dependency>
+            <groupId>org.apache.tuscany</groupId>
             <artifactId>tuscany-sdo-impl</artifactId>
             <version>SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
 
-		<dependency>
+
+       <dependency>
             <groupId>org.eclipse.emf</groupId>
             <artifactId>common</artifactId>
             <version>2.2.0-M4</version>