| <?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-feature</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| <relativePath>../pom.xml</relativePath> |
| </parent> |
| |
| <artifactId>tuscany-feature-all</artifactId> |
| <name>Apache Tuscany SCA All-in-one Feature</name> |
| <packaging>pom</packaging> |
| |
| <dependencies> |
| |
| |
| <!-- Change to explicit dependencies to |
| 1/ be absolutely transparent about what's included |
| 2/ install a common approach for features following the base + extensions idea |
| 3/ currently it's a strange mix of features and artifacts. |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-api</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-core</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-webservice</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-web20</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-ejava</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-osgi</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-sdo</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-webapp</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-feature-process</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-launcher</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-tracing-aspectj</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| --> |
| |
| <!-- base runtimes --> |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-core-runtime-pom</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-base-runtime-pom</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-osgi-runtime-pom</artifactId> |
| <type>pom</type> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- binding extensions --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-atom-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- removed as the binding is broken presently dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-comet-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-corba-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-ejb-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-http-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <!-- for now til the base contents is sorted --> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-jms</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-jms-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-jsonp-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-jsonrpc-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-rest-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-rmi-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-binding-ws-runtime-axis2</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- implementation extensions --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-bpel-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-jaxrs-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-osgi-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-python-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-script-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-spring-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-spring-webapp</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-web-client</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-web-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-widget-runtime</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-implementation-widget-runtime-dojo</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- policy extensions --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-policy-logging</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-policy-transaction-runtime-geronimo</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency --> |
| |
| <!-- databinding extensions --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-databinding-sdo</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-databinding-sdo-axiom</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- host extensions --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-host-jetty</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-host-corba-jee</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-host-corba-jse</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-host-corba-jse-tns</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- registry extensions --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-domain-hazelcast</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-endpoint-tribes</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <!-- utilities --> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-launcher</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-domain-node</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-myfaces</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-shell</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-stripes</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| |
| <dependency> |
| <groupId>org.apache.tuscany.sca</groupId> |
| <artifactId>tuscany-tracing-aspectj</artifactId> |
| <version>2.5-SNAPSHOT</version> |
| </dependency> |
| <!-- test dependency of tuscany-tracing-aspectj but previously included in the distro? --> |
| <dependency> |
| <groupId>org.aspectj</groupId> |
| <artifactId>aspectjweaver</artifactId> |
| <version>1.6.8</version> |
| </dependency> |
| |
| </dependencies> |
| |
| </project> |