summaryrefslogtreecommitdiffstats
path: root/sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-07 05:43:41 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-10-07 05:43:41 +0000
commit06c50953447e38b332fbfab8064115e3b30c7d7e (patch)
treebdfd91b8297823ab19a23d56d1e1100c341640b2 /sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml
parentfa19b51cbc4e4859924f57ffe0bbc374b2b6900c (diff)
Add POJO components to represent GAE services
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@822594 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml')
-rw-r--r--sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml32
1 files changed, 31 insertions, 1 deletions
diff --git a/sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml b/sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml
index 3107e3717a..a1124598b1 100644
--- a/sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml
+++ b/sandbox/rfeng/helloworld-jsp-google-appengine/pom.xml
@@ -44,7 +44,37 @@
<version>2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
-
+
+ <!--
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-binding-ws-axis2</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>runtime</scope>
+ </dependency>
+ -->
+
+ <!--
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-webservice</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-host-jetty</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-webapp</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ -->
</dependencies>
<build>