summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-17 08:37:44 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-02-17 08:37:44 +0000
commit1038ce1a06920824211b4167db8f36b1e23d234c (patch)
treeead4a4c97e81efc8cb2f6fdd73d3185d25919cce /sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb
parent511c1ec4987dfddb90a4f47403551549caece99d (diff)
Package OpenEJB dependencies with the travel sample to avoid use of environment variables (TUSCANY-3460)
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@910863 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb')
-rw-r--r--sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml
index fe4788bcde..9be6e6647d 100644
--- a/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml
+++ b/sca-java-1.x/trunk/tutorials/travelsample/services/smsgateway-ejb/pom.xml
@@ -30,9 +30,9 @@
<dependencies>
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-util-openejb-runtime</artifactId>
- <version>${pom.version}</version>
+ <groupId>org.apache.openejb</groupId>
+ <artifactId>javaee-api</artifactId>
+ <version>5.0-2</version>
<scope>provided</scope>
</dependency>
</dependencies>