You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2009/10/29 00:14:11 UTC

svn commit: r830788 - /tuscany/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml

Author: rfeng
Date: Wed Oct 28 23:14:11 2009
New Revision: 830788

URL: http://svn.apache.org/viewvc?rev=830788&view=rev
Log:
Remove the exclusion

Modified:
    tuscany/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml

Modified: tuscany/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml?rev=830788&r1=830787&r2=830788&view=diff
==============================================================================
--- tuscany/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml (original)
+++ tuscany/sandbox/sca-cloud-tutorial/store-appengine-webapp/pom.xml Wed Oct 28 23:14:11 2009
@@ -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>