You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2010/09/02 01:00:18 UTC

svn commit: r991749 - /tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml

Author: rfeng
Date: Wed Sep  1 23:00:17 2010
New Revision: 991749

URL: http://svn.apache.org/viewvc?rev=991749&view=rev
Log:
Fix the dependency to avoid compilation error

Modified:
    tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml

Modified: tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml?rev=991749&r1=991748&r2=991749&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml Wed Sep  1 23:00:17 2010
@@ -90,6 +90,13 @@
         
         <dependency>
             <groupId>org.apache.tuscany.sca</groupId>
+            <artifactId>tuscany-databinding</artifactId>
+            <version>2.0-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
+                
+        <dependency>
+            <groupId>org.apache.tuscany.sca</groupId>
             <artifactId>tuscany-databinding-json</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>test</scope>