summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-jsonp/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-04 05:57:17 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-09-04 05:57:17 +0000
commitd4682fb3995ea389b239dad11e7827e9e3c54c1f (patch)
tree66499688e8f520fcdd5a2a111dd29b2c6ebf0c5b /sca-java-2.x/trunk/modules/binding-jsonp/pom.xml
parentd589732fa9abbc71fab309f6dd5b3f108b6deb3d (diff)
Change the jsonp binding so that it uses the http binding to do the work, ie using <binding.jsonp/> under the covers does <binding.http><wireFormat.jsonp/></binding.http>
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@992546 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/binding-jsonp/pom.xml')
-rw-r--r--sca-java-2.x/trunk/modules/binding-jsonp/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-jsonp/pom.xml b/sca-java-2.x/trunk/modules/binding-jsonp/pom.xml
index 89c83bad67..3f5ff6aaf0 100644
--- a/sca-java-2.x/trunk/modules/binding-jsonp/pom.xml
+++ b/sca-java-2.x/trunk/modules/binding-jsonp/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-assembly</artifactId>
+ <artifactId>tuscany-binding-http</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>