summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-09-01 23:00:17 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-09-01 23:00:17 +0000
commit9e655ea762bca07a52b9e3e2226d0b24c75415ca (patch)
tree0afd9067664e862e12d2c538a1ba2ebc700ac30a /sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
parent8e1916a350d18b773840fb64fd3e68969baca7ca (diff)
Fix the dependency to avoid compilation error
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@991749 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml b/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
index 9aeb6ce382..3c0970eb7a 100644
--- a/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-http-runtime/pom.xml
@@ -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>