summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/itest/policy-transaction/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 04:27:03 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2010-02-25 04:27:03 +0000
commitb199f415de7c1b264c6562b548d970e74111c8d9 (patch)
treedb7540ad139d7753b36e6572b234f6bb9a78462b /sca-java-2.x/trunk/itest/policy-transaction/pom.xml
parent195bd9804056816bb761e20b04799fc05d75d737 (diff)
TUSCANY-3463 - Creating test case to reproduce the issue describe on the jira
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@916111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/itest/policy-transaction/pom.xml')
-rw-r--r--sca-java-2.x/trunk/itest/policy-transaction/pom.xml72
1 files changed, 72 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/itest/policy-transaction/pom.xml b/sca-java-2.x/trunk/itest/policy-transaction/pom.xml
new file mode 100644
index 0000000000..1fa8ceac71
--- /dev/null
+++ b/sca-java-2.x/trunk/itest/policy-transaction/pom.xml
@@ -0,0 +1,72 @@
+<?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-policy-transaction</artifactId>
+ <name>Apache Tuscany SCA iTest Policy Transaction</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-api</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-policy-transaction</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-node-impl</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-implementation-java-runtime</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-api</artifactId>
+ <version>1.5.3</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-simple</artifactId>
+ <version>1.5.3</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>