summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-24 07:36:14 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-04-24 07:36:14 +0000
commitc6f058148402a6077885b45f34f72ded9a5c438a (patch)
treec3bd9861da2fb8d222809a3109d127f9c04a2e8f /sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
parentb1ba8d1bd62b2858f0b8fb76d7debe27f50b40d1 (diff)
Add testcase that uses SCAClient to invoke service. Named FIXME as it doesn't work till the config URI support in the runtime is finished
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
index 4783db3958..89172ffc81 100644
--- a/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
+++ b/sca-java-2.x/trunk/samples/webapps/helloworld/pom.xml
@@ -38,6 +38,13 @@
<version>2.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.1</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>
@@ -86,6 +93,7 @@
<goal>run</goal>
</goals>
<configuration>
+ <overrideWebXml>src/test/resources/test-web.xml</overrideWebXml>
<scanIntervalSeconds>0</scanIntervalSeconds>
<daemon>true</daemon>
<connectors>