diff options
Diffstat (limited to 'sandbox/travelsample/launchers/currency-converter-corba')
-rw-r--r-- | sandbox/travelsample/launchers/currency-converter-corba/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/travelsample/launchers/currency-converter-corba/pom.xml b/sandbox/travelsample/launchers/currency-converter-corba/pom.xml index 7af66cbaa6..1025b111ee 100644 --- a/sandbox/travelsample/launchers/currency-converter-corba/pom.xml +++ b/sandbox/travelsample/launchers/currency-converter-corba/pom.xml @@ -51,9 +51,9 @@ <dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-implementation-node-runtime</artifactId>
+ <artifactId>tuscany-node-impl</artifactId>
<version>${tuscany.version}</version>
- <scope>test</scope>
+ <scope>runtime</scope>
</dependency>
<dependency>
|