summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 14:25:56 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 14:25:56 +0000
commit6c3ad03f7073572a7ab112f53fa50ea31303d614 (patch)
tree1d7b3165795e9de01363d002d84ac5c8cf64a5f5 /sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
parentd06afca696d1e948e39628e8ce5e7006567db82f (diff)
TUSCANY-3565/TUSCANY-3566 change dependencies in order to exclude the web-javascript-dojo module which is automatically exposing resource on port 8080. Investigating to see if this causes the problems with the binding-rmi samples on linux.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947021 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml b/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
index 746c41c766..ebfddfbf31 100644
--- a/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
+++ b/sca-java-2.x/trunk/samples/launcher-embedded-osgi/pom.xml
@@ -52,10 +52,17 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-feature-binding-ws</artifactId>
+ <artifactId>tuscany-feature-webservice</artifactId>
<type>pom</type>
<version>2.0-SNAPSHOT</version>
- </dependency>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-feature-ejava</artifactId>
+ <type>pom</type>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>