diff options
author | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-17 08:37:44 +0000 |
---|---|---|
committer | nash <nash@13f79535-47bb-0310-9956-ffa450edef68> | 2010-02-17 08:37:44 +0000 |
commit | 1038ce1a06920824211b4167db8f36b1e23d234c (patch) | |
tree | ead4a4c97e81efc8cb2f6fdd73d3185d25919cce /sca-java-1.x/trunk/tutorials/travelsample/launchers | |
parent | 511c1ec4987dfddb90a4f47403551549caece99d (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/launchers')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml index 84ec159a3f..24540c32c1 100644 --- a/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml +++ b/sca-java-1.x/trunk/tutorials/travelsample/launchers/notification-ejb/pom.xml @@ -72,13 +72,6 @@ </dependency>
<dependency>
- <groupId>org.apache.tuscany.sca</groupId>
- <artifactId>scatours-util-openejb-runtime</artifactId>
- <version>${pom.version}</version>
- <scope>provided</scope>
- </dependency>
-
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.5</version>
|