You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/05/17 23:00:43 UTC

svn commit: r945361 - in /tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp: build.xml pom.xml

Author: nash
Date: Mon May 17 21:00:43 2010
New Revision: 945361

URL: http://svn.apache.org/viewvc?rev=945361&view=rev
Log:
Remove servlet-api jar from .war file

Modified:
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/build.xml
    tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/pom.xml

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/build.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/build.xml?rev=945361&r1=945360&r2=945361&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/build.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/build.xml Mon May 17 21:00:43 2010
@@ -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"/>

Modified: tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/pom.xml?rev=945361&r1=945360&r2=945361&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/pom.xml (original)
+++ tuscany/sca-java-1.x/branches/sca-java-travelsample-1.0/contributions/creditcard-payment-webapp/pom.xml Mon May 17 21:00:43 2010
@@ -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>