summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes/helloworld-service/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 13:07:49 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-27 13:07:49 +0000
commit4237f0f252bffafb9bfdaf87444af6b72cbe9ec0 (patch)
treeeb6ea44961b57d4e88f8d9ee9f2c9f8211cfa1b4 /java/sca/itest/nodes/helloworld-service/pom.xml
parenta33d2090e59ac59800a0147ba514dc182aa67ff5 (diff)
Start of an itest for using multiple nodes in a domain. So far this has two nodes each with a component, one with a reference to the service in the other node, and a test that starts the nodes and invokes the client component. Doesn't work as there isn't yet any mechanisim for the nodes to know about each others services
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779154 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/nodes/helloworld-service/pom.xml')
-rw-r--r--java/sca/itest/nodes/helloworld-service/pom.xml49
1 files changed, 49 insertions, 0 deletions
diff --git a/java/sca/itest/nodes/helloworld-service/pom.xml b/java/sca/itest/nodes/helloworld-service/pom.xml
new file mode 100644
index 0000000000..ddff68a80c
--- /dev/null
+++ b/java/sca/itest/nodes/helloworld-service/pom.xml
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<project>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-itest</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>itest-nodes-helloworld-service</artifactId>
+ <name>Apache Tuscany SCA iTest Nodes Helloworld Service</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>itest-nodes-helloworld-iface</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-sca-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+ </dependencies>
+</project>