summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-05 21:57:49 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-10-05 21:57:49 +0000
commite2ba8e82c9cf9079ed1536b9c5e66e0a621b9201 (patch)
tree55264ef0cdc38cba9324f6f2550de3436c3ac470 /sandbox/lresende
parent2793e5c2cba7efea7e19c4bcd853c7534e8b5b5f (diff)
Excluding JAXBContext dependent dependencies as it's not allowed in Google AppEngine
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822039 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende')
-rw-r--r--sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml b/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml
index 4b7f493735..0df9b4ad7d 100644
--- a/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml
+++ b/sandbox/lresende/sca/samples/store-catalog-appengine-webapp/pom.xml
@@ -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>