summaryrefslogtreecommitdiffstats
path: root/java/sca/tutorials/store/store-test
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--java/sca/tutorials/store/store-test/pom.xml4
-rw-r--r--java/sca/tutorials/store/store-test/test/StoreSupplierTestCase.java10
2 files changed, 7 insertions, 7 deletions
diff --git a/java/sca/tutorials/store/store-test/pom.xml b/java/sca/tutorials/store/store-test/pom.xml
index 057d3713d8..7eb320a804 100644
--- a/java/sca/tutorials/store/store-test/pom.xml
+++ b/java/sca/tutorials/store/store-test/pom.xml
@@ -50,13 +50,13 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node2-launcher</artifactId>
+ <artifactId>tuscany-node-launcher</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-node2-api</artifactId>
+ <artifactId>tuscany-node-api</artifactId>
<version>1.4-SNAPSHOT</version>
</dependency>
diff --git a/java/sca/tutorials/store/store-test/test/StoreSupplierTestCase.java b/java/sca/tutorials/store/store-test/test/StoreSupplierTestCase.java
index 26d3d49b78..5efec4ee2c 100644
--- a/java/sca/tutorials/store/store-test/test/StoreSupplierTestCase.java
+++ b/java/sca/tutorials/store/store-test/test/StoreSupplierTestCase.java
@@ -23,7 +23,7 @@ import junit.framework.Assert;
import junit.framework.TestCase;
import org.apache.tuscany.sca.node.SCAClient;
-import org.apache.tuscany.sca.node.SCANode2;
+import org.apache.tuscany.sca.node.SCANode;
import org.apache.tuscany.sca.node.launcher.DomainManagerLauncher;
import org.apache.tuscany.sca.node.launcher.NodeLauncher;
import org.junit.After;
@@ -40,10 +40,10 @@ import client.Shopper;
*/
public class StoreSupplierTestCase {
- private SCANode2 domainManager;
- private SCANode2 storeSupplierNode;
- private SCANode2 storeCatalogsNode;
- private SCANode2 storeClientNode;
+ private SCANode domainManager;
+ private SCANode storeSupplierNode;
+ private SCANode storeCatalogsNode;
+ private SCANode storeClientNode;
@Before
public void setup() throws Exception {