summaryrefslogtreecommitdiffstats
path: root/sandbox/travelsample/launchers
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/launchers
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/launchers')
-rw-r--r--sandbox/travelsample/launchers/common/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/travelsample/launchers/common/pom.xml b/sandbox/travelsample/launchers/common/pom.xml
index 284172b25e..a3ed9e9b6f 100644
--- a/sandbox/travelsample/launchers/common/pom.xml
+++ b/sandbox/travelsample/launchers/common/pom.xml
@@ -29,17 +29,11 @@
<name>Apache Tuscany SCA Tours Common Utility for Launchers</name>
<dependencies>
-
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-node-api</artifactId>
<version>${tuscany.version}</version>
</dependency>
-
-
</dependencies>
- <build>
- <finalName>${artifactId}</finalName>
- </build>
</project>