You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/05 23:57:49 UTC

svn commit: r822039 - /tuscany/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml

Author: lresende
Date: Mon Oct  5 21:57:49 2009
New Revision: 822039

URL: http://svn.apache.org/viewvc?rev=822039&view=rev
Log:
Excluding JAXBContext dependent dependencies as it's not allowed in Google AppEngine

Modified:
    tuscany/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml

Modified: tuscany/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml?rev=822039&r1=822038&r2=822039&view=diff
==============================================================================
--- tuscany/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml (original)
+++ tuscany/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml Mon Oct  5 21:57:49 2009
@@ -55,6 +55,16 @@
             <artifactId>tuscany-host-webapp</artifactId>
             <version>2.0-SNAPSHOT</version>
             <scope>runtime</scope>
+            <exclusions>
+               <exclusion>
+                   <groupId>org.apache.tuscany.sca</groupId>
+                   <artifactId>tuscany-databinding-jaxb</artifactId>               
+               </exclusion>
+               <exclusion>
+                   <groupId>org.apache.tuscany.sca</groupId>
+                   <artifactId>tuscany-interface-java-jaxws</artifactId>               
+               </exclusion>
+            </exclusions>
         </dependency>                            
         
         <dependency>