summaryrefslogtreecommitdiffstats
path: root/java/sca/modules/contribution-new/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-08 06:44:08 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-05-08 06:44:08 +0000
commit99b81910178f5f293100521a104d7a40ac82ee77 (patch)
tree5cc0801e60e6024deae85958fb1bddd0c7eee14a /java/sca/modules/contribution-new/pom.xml
parent6043172306babd878fd8a1662e275f594963c6cb (diff)
Start the contribution refactoring as discussed on the mailing list. This is the 'contribution (or core-contribution or contribution-runtime) for all the spi/infrastructure type of stuff', right now it has everything so its all in one place and the contribution-metadata can be created by moving bits out of here
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@772861 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/modules/contribution-new/pom.xml')
-rw-r--r--java/sca/modules/contribution-new/pom.xml64
1 files changed, 64 insertions, 0 deletions
diff --git a/java/sca/modules/contribution-new/pom.xml b/java/sca/modules/contribution-new/pom.xml
new file mode 100644
index 0000000000..9d52ea16d8
--- /dev/null
+++ b/java/sca/modules/contribution-new/pom.xml
@@ -0,0 +1,64 @@
+<?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-modules</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <artifactId>tuscany-contribution-new</artifactId>
+ <name>Apache Tuscany SCA Contribution New</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-assembly</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.tuscany.sca</groupId>
+ <artifactId>tuscany-extensibility</artifactId>
+ <version>2.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>wstx-asl</artifactId>
+ <version>3.2.4</version>
+ <scope>runtime</scope>
+ <exclusions>
+ <exclusion>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+ <version>1.0.1</version>
+ </dependency>
+ </dependencies>
+
+</project>