summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 22:06:30 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-05-19 22:06:30 +0000
commit7084739fa76bc2a902264825d81bda1e9e84a507 (patch)
tree76f14bccba68336fa2485f6709ef335e284d41c4 /sca-java-1.x
parentd32e9ac7c0616caa1cb3b4ec94e0d7c21e371a0c (diff)
Merge revision r945361 from 1.0 release branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@946448 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml1
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml6
2 files changed, 6 insertions, 1 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml
index 0b3926e913..45441d3098 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/build.xml
@@ -138,7 +138,6 @@
<include name="rampart-core-1.4.jar"/>
<include name="rampart-policy-1.4.jar"/>
<include name="rampart-trust-1.4.jar"/>
- <include name="servlet-api-2.5.jar"/>
<include name="stax-api-1.0-2.jar"/>
<include name="woden-api-1.0M8.jar"/>
<include name="woden-impl-dom-1.0M8.jar"/>
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml
index 273072562f..ee066f9692 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/contributions/creditcard-payment-webapp/pom.xml
@@ -57,6 +57,12 @@
<artifactId>scatours-contribution-creditcard-payment-jaxb</artifactId>
<version>${pom.version}</version>
<scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>