summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/nodes/binding-sca-tribes/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 05:41:33 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2010-03-03 05:41:33 +0000
commit2ca48372345c7534e95158dcfae7464bda78ac2d (patch)
treea91a0e18fa8da0297fe0b83c3b3338f4cd36d690 /sca-java-2.x/trunk/itest/nodes/binding-sca-tribes/pom.xml
parentb0d42e607a8b9444c6534822da6eb7e5159016bc (diff)
Copy the test cases from binding-sca-runtime-axis2 and binding-sca-runtime-rmi into an itest
Change the code to pass binding.sca with mapped uri with the endpoint git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918327 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/itest/nodes/binding-sca-tribes/pom.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/itest/nodes/binding-sca-tribes/pom.xml b/sca-java-2.x/trunk/itest/nodes/binding-sca-tribes/pom.xml
index 1f123f241c..0fbc895d35 100644
--- a/sca-java-2.x/trunk/itest/nodes/binding-sca-tribes/pom.xml
+++ b/sca-java-2.x/trunk/itest/nodes/binding-sca-tribes/pom.xml
@@ -41,11 +41,17 @@
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-sca-axis2-runtime</artifactId>
+ <artifactId>tuscany-binding-ws-runtime-axis2</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-rmi-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-host-jetty</artifactId>
<version>2.0-SNAPSHOT</version>
<scope>runtime</scope>
@@ -61,6 +67,7 @@
<version>2.0-SNAPSHOT</version>
</dependency>
</dependencies>
+ <!--
<build>
<plugins>
<plugin>
@@ -72,7 +79,7 @@
<include>**/*TestCase.java</include>
</includes>
<reportFormat>brief</reportFormat>
- <useFile>false</useFile>
+ <useFile>true</useFile>
<forkMode>once</forkMode>
<argLine>-ea -Xmx256m</argLine>
<parallel>off</parallel>
@@ -80,4 +87,5 @@
</plugin>
</plugins>
</build>
+ -->
</project>