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:20:45 UTC

svn commit: r529020 - /incubator/tuscany/java/sca/samples/simple-bigbank/pom.xml

Author: jsdelfino
Date: Sun Apr 15 10:20:45 2007
New Revision: 529020

URL: http://svn.apache.org/viewvc?view=rev&rev=529020
Log:
Added dependency on core-databinding as it's required by the property support.

Modified:
    incubator/tuscany/java/sca/samples/simple-bigbank/pom.xml

Modified: incubator/tuscany/java/sca/samples/simple-bigbank/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/simple-bigbank/pom.xml?view=diff&rev=529020&r1=529019&r2=529020
==============================================================================
--- incubator/tuscany/java/sca/samples/simple-bigbank/pom.xml (original)
+++ incubator/tuscany/java/sca/samples/simple-bigbank/pom.xml Sun Apr 15 10:20:45 2007
@@ -41,6 +41,13 @@
             <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>
+        </dependency>
+                
     </dependencies>
 
     <build>



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