diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 09:37:22 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-10-04 09:37:22 +0000 |
commit | a7906657edb91117078050c613fd67383c80d601 (patch) | |
tree | fe35d30fcd38577eefac2faaf1888e0595618aff /sca-java-2.x/trunk/samples/learning-more/distributed-osgi | |
parent | fb7c54995c6852c4925f5333831f8369039fab84 (diff) |
Switch over to using the "all" dependency. Whatever is in ejava is not enough.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1004169 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/learning-more/distributed-osgi')
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml | 2 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml index 926208b388..b06c285ef5 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/dosgi-dynamic-calculator-operations/pom.xml @@ -32,7 +32,7 @@ <dependencies> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-feature-ejava</artifactId> + <artifactId>tuscany-feature-all</artifactId> <version>2.0-SNAPSHOT</version> <type>pom</type> </dependency> diff --git a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml index adaf73cdb2..fefbffb638 100644 --- a/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/distributed-osgi/pom.xml @@ -37,7 +37,7 @@ </activation> <modules> <module>dosgi-dynamic-calculator</module> - <!--module>dosgi-dynamic-calculator-operations</module--> + <module>dosgi-dynamic-calculator-operations</module> </modules> </profile> </profiles> |