summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/calculator-osgi/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 12:13:26 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-02-04 12:13:26 +0000
commit64faacfc9490952f77b94ff533d857f24fb16ad3 (patch)
tree3f5dde673e13db0f49a6baa80e80659074ad226e /java/sca/samples/calculator-osgi/pom.xml
parent8ee4667047f8c52062193092499df0969498931a (diff)
Fix to use the feature not the distribution
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@740708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/calculator-osgi/pom.xml')
-rw-r--r--java/sca/samples/calculator-osgi/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/samples/calculator-osgi/pom.xml b/java/sca/samples/calculator-osgi/pom.xml
index 3cb0a253f0..82f676dba9 100644
--- a/java/sca/samples/calculator-osgi/pom.xml
+++ b/java/sca/samples/calculator-osgi/pom.xml
@@ -38,14 +38,14 @@
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-api</artifactId>
+ <artifactId>tuscany-feature-api</artifactId>
<version>2.0-SNAPSHOT</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-distribution-core</artifactId>
+ <artifactId>tuscany-feature-core</artifactId>
<version>2.0-SNAPSHOT</version>
<type>pom</type>
</dependency>