diff options
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter')
-rw-r--r-- | sandbox/travelsample/launchers/currency-converter/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter/pom.xml b/sandbox/travelsample/launchers/currency-converter/pom.xml index ca15f58f36..0dbce0f089 100644 --- a/sandbox/travelsample/launchers/currency-converter/pom.xml +++ b/sandbox/travelsample/launchers/currency-converter/pom.xml @@ -44,16 +44,16 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <artifactId>tuscany-node-impl</artifactId>
<version>${tuscany.version}</version>
<scope>runtime</scope>
</dependency>
-
+
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-node-runtime</artifactId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
<version>${tuscany.version}</version>
- <scope>test</scope>
+ <scope>runtime</scope>
</dependency>
<dependency>
|