summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-16 10:56:12 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-07-16 10:56:12 +0000
commit37978713968c05f54ba3c200702af22bfe58414b (patch)
tree654fbfa59bb40904847ef8fea42fbdce8736abbb
parent4aa0d96d9035f40041945f77db61134196c55bb6 (diff)
Tidy up pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677236 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/sca/samples/helloworld-jms-webapp/pom.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/java/sca/samples/helloworld-jms-webapp/pom.xml b/java/sca/samples/helloworld-jms-webapp/pom.xml
index 93b9dcb79d..993939eae6 100644
--- a/java/sca/samples/helloworld-jms-webapp/pom.xml
+++ b/java/sca/samples/helloworld-jms-webapp/pom.xml
@@ -44,20 +44,16 @@
<version>${pom.version}</version>
</dependency>
- <!-- exclude stax 1.0.1 as we're also pulling in javax\xml\stream\stax-api\1.0-2 -->
<dependency>
- <groupId>stax</groupId>
- <artifactId>stax-api</artifactId>
- <version>1.0.1</version>
- <scope>provided</scope>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-binding-jms-runtime</artifactId>
+ <version>${pom.version}</version>
</dependency>
- <!-- marking dependency as provided to exclude from war file -->
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.3</version>
- <scope>provided</scope>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <version>${pom.version}</version>
</dependency>
</dependencies>