summaryrefslogtreecommitdiffstats
path: root/java/sca/features/webapp/pom.xml
diff options
context:
space:
mode:
authoredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-07-30 15:20:01 +0000
committeredwardsmj <edwardsmj@13f79535-47bb-0310-9956-ffa450edef68>2009-07-30 15:20:01 +0000
commit23903871a95180094005229b44fb4483202f470b (patch)
tree54e5d645e6e042e6308e586b601f5ec1846a3fb4 /java/sca/features/webapp/pom.xml
parentb567cb0c809559120854b2c4dae7cba5d253d659 (diff)
Adding JSONP Binding to Webapp feature
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@799324 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--java/sca/features/webapp/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/sca/features/webapp/pom.xml b/java/sca/features/webapp/pom.xml
index a28577743c..bc87efd412 100644
--- a/java/sca/features/webapp/pom.xml
+++ b/java/sca/features/webapp/pom.xml
@@ -76,6 +76,21 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <!-- JSONP Binding material -->
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jsonp</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-jsonp-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <!-- end of JSONP Binding -->
+
+
</dependencies>
</project>