summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-22 06:04:23 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-22 06:04:23 +0000
commitd11cbfda813c7c6b32c06ddb33242fe3c82514eb (patch)
tree389bb50af828b565b671cf25973d5a720189e636 /sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml
parentad0f6af9f59ce92f52e49746aad0fe4f4b55dd9d (diff)
Make the JAX-WS runtime available when running the travel sample on JDK 5 (TUSCANY-3467)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@912490 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml
index 60d2a08ba9..7f987f9afd 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/util/pom.xml
@@ -37,6 +37,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<modules>
+ <module>jaxws-runtime</module>
<module>launcher-common</module>
<module>openejb-runtime</module>
</modules>