diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-26 17:37:13 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-26 17:37:13 +0000 |
commit | 9c319b4743be191ad2fe99b1537a21598b6abca9 (patch) | |
tree | a9e80d692dd597af07eba2267f3c37f7b155aee5 /sandbox | |
parent | bd0decac659e7675f388d79fcdf0e2884ab7a96d (diff) |
Add the webapp
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@829870 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/travelsample/distribution/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/travelsample/distribution/pom.xml b/sandbox/travelsample/distribution/pom.xml index 61e2549f1a..6cb519d3f5 100644 --- a/sandbox/travelsample/distribution/pom.xml +++ b/sandbox/travelsample/distribution/pom.xml @@ -59,6 +59,12 @@ </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> + <artifactId>scatours-contribution-creditcard-payment-webapp</artifactId> + <version>1.0-SNAPSHOT</version> + <type>war</type> + </dependency> + <dependency> + <groupId>org.apache.tuscany.sca</groupId> <artifactId>scatours-contribution-creditcard-payment-jaxb-policy</artifactId> <version>1.0-SNAPSHOT</version> </dependency> |