diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-28 23:14:11 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2009-10-28 23:14:11 +0000 |
commit | ee8a83953b67fe17180670a4c4739148b3051f90 (patch) | |
tree | 75233348809b15828e70c7c21476b74975c16d63 /sandbox/sca-cloud-tutorial/store-appengine-webapp | |
parent | a9ce2fed5e2c07c886188ea2d00855dec8715b0f (diff) |
Remove the exclusion
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@830788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sca-cloud-tutorial/store-appengine-webapp')
-rw-r--r-- | sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml b/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml index e0707d52d6..bb3ad0a80e 100644 --- a/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml +++ b/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml @@ -52,23 +52,8 @@ <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-cloud-google</artifactId> <version>2.0-SNAPSHOT</version> - <exclusions> - <exclusion> - <groupId>com.google.appengine</groupId> - <artifactId>appengine-tools</artifactId> - </exclusion> - <exclusion> - <groupId>com.google.appengine</groupId> - <artifactId>appengine-api</artifactId> - </exclusion> - <exclusion> - <groupId>com.google.appengine</groupId> - <artifactId>appengine-local-runtime-shared</artifactId> - </exclusion> - </exclusions> </dependency> - <dependency> <groupId>org.apache.tuscany.sca</groupId> <artifactId>tuscany-implementation-java-runtime</artifactId> |