summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/binding-comet/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/trunk/samples/binding-comet/pom.xml')
-rw-r--r--sca-java-2.x/trunk/samples/binding-comet/pom.xml39
1 files changed, 9 insertions, 30 deletions
diff --git a/sca-java-2.x/trunk/samples/binding-comet/pom.xml b/sca-java-2.x/trunk/samples/binding-comet/pom.xml
index 7ac99df289..5f28205da4 100644
--- a/sca-java-2.x/trunk/samples/binding-comet/pom.xml
+++ b/sca-java-2.x/trunk/samples/binding-comet/pom.xml
@@ -21,16 +21,16 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-sca</artifactId>
+ <artifactId>tuscany-samples</artifactId>
<version>2.0-SNAPSHOT</version>
- <relativePath>../../pom.xml</relativePath>
+ <relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>sample-comet-webapp</artifactId>
+ <artifactId>sample-binding-comet</artifactId>
<packaging>war</packaging>
<version>1.0</version>
- <name>comet-webapp</name>
+ <name>Apache Tuscany SCA Sample binding.comet</name>
<dependencies>
<dependency>
@@ -38,40 +38,19 @@
<artifactId>tuscany-base-nodep</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.atmosphere</groupId>
- <artifactId>atmosphere-commons</artifactId>
- <version>0.6.1</version>
- </dependency>
- <dependency>
- <groupId>org.atmosphere</groupId>
- <artifactId>atmosphere-runtime</artifactId>
- <version>0.6.1</version>
- </dependency>
- <dependency>
- <groupId>javax</groupId>
- <artifactId>javaee-web-api</artifactId>
- <version>6.0</version>
- <scope>provided</scope>
- </dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-comet</artifactId>
+ <artifactId>tuscany-binding-comet-runtime</artifactId>
<version>2.0-SNAPSHOT</version>
<type>jar</type>
- <scope>compile</scope>
</dependency>
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-comet-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
- <type>jar</type>
- <scope>compile</scope>
+ <groupId>javax</groupId>
+ <artifactId>javaee-web-api</artifactId>
+ <version>6.0</version>
+ <scope>provided</scope>
</dependency>
</dependencies>
- <build>
- <finalName>comet-webapp</finalName>
- </build>
</project>