summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/distribution/pom.xml
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-06 00:11:53 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-11-06 00:11:53 +0000
commit65e842d994baaed69fb1af8f8337fe27452c912f (patch)
tree98707460f9bc92fa8dc404b5cf752d44b0346f70 /sandbox/travelsample/distribution/pom.xml
parent7c6f31efa066bb1492cfd0e7ace9dba06c1a3617 (diff)
Add jms dependency (provided is not included)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@833256 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/travelsample/distribution/pom.xml')
-rw-r--r--sandbox/travelsample/distribution/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sandbox/travelsample/distribution/pom.xml b/sandbox/travelsample/distribution/pom.xml
index 06eca0b959..2a1ab62808 100644
--- a/sandbox/travelsample/distribution/pom.xml
+++ b/sandbox/travelsample/distribution/pom.xml
@@ -451,6 +451,12 @@
<artifactId>scatours-service-smsgateway-rmi</artifactId>
<version>${pom.version}</version>
</dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jms_1.1_spec</artifactId>
+ <version>1.1</version>
+ </dependency>
</dependencies>
<build>