You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/04/15 19:26:07 UTC

svn commit: r529027 - /incubator/tuscany/java/sca/itest/properties/pom.xml

Author: jsdelfino
Date: Sun Apr 15 10:26:06 2007
New Revision: 529027

URL: http://svn.apache.org/viewvc?view=rev&rev=529027
Log:
Added missing dependency on core-databinding.

Modified:
    incubator/tuscany/java/sca/itest/properties/pom.xml

Modified: incubator/tuscany/java/sca/itest/properties/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/pom.xml?view=diff&rev=529027&r1=529026&r2=529027
==============================================================================
--- incubator/tuscany/java/sca/itest/properties/pom.xml (original)
+++ incubator/tuscany/java/sca/itest/properties/pom.xml Sun Apr 15 10:26:06 2007
@@ -41,5 +41,12 @@
             <version>1.0-incubating-SNAPSHOT</version>
             <scope>runtime</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-core-databinding</artifactId>
+            <version>1.0-incubating-SNAPSHOT</version>
+            <scope>runtime</scope>
+        </dependency>
     </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org