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