summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:37:22 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-10-04 09:37:22 +0000
commita7906657edb91117078050c613fd67383c80d601 (patch)
treefe35d30fcd38577eefac2faaf1888e0595618aff /sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml
parentfb7c54995c6852c4925f5333831f8369039fab84 (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 '')
-rw-r--r--sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml
index cf7faab1e8..8e95e7c215 100644
--- a/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-calculator-operations/pom.xml
+++ b/sca-java-2.x/trunk/samples/learning-more/implementation-osgi/dosgi-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>
@@ -113,6 +113,7 @@
</configuration>
</plugin>
+<!-- Don't think we need this as the JUnit test starts equinox
<plugin>
<groupId>org.apache.tuscany.maven.plugins</groupId>
<artifactId>maven-osgi-junit-plugin</artifactId>
@@ -142,6 +143,7 @@
</execution>
</executions>
</plugin>
+-->
</plugins>
</build>