summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-02-27 13:13:29 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2012-02-27 13:13:29 +0000
commit3f2b2bd82368a8447b93c73c36913a0d6452aa48 (patch)
tree5f58b1e7280ef6378180352b31313c8948bffb8a /sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
parentd02795be7f01806571935f23e4f0b3d3e2a24fe0 (diff)
Extend exceptions test to include a remote binding. Some inconsistencies here that need thinking about.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294142 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/testing/itest/exceptions/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml b/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
index 570f3aed42..a8746a4b94 100644
--- a/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
+++ b/sca-java-2.x/trunk/testing/itest/exceptions/pom.xml
@@ -36,5 +36,16 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>