
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965345 13f79535-47bb-0310-9956-ffa450edef68
230 lines
8.2 KiB
XML
230 lines
8.2 KiB
XML
<?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-modular-distribution</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
<relativePath>../pom.xml</relativePath>
|
|
</parent>
|
|
|
|
<artifactId>tuscany-distribution-base</artifactId>
|
|
<name>Apache Tuscany SCA Base Distribution</name>
|
|
<packaging>jar</packaging>
|
|
|
|
<dependencies>
|
|
|
|
<!-- Assembly model -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-assembly-xml</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-assembly-xsd</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Contribution model -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-contribution-impl</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-contribution-java</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-contribution-namespace</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Core runtime -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-core</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-core-databinding</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-core-spi</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Databindings -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-databinding</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-databinding-jaxb</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Data API -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-data-api</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Policy definitions -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-definitions-xml</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Domain support -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-endpoint</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Hosts -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-host-embedded</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Implementation types -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-implementation-java-runtime</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-implementation-node-runtime</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Interface models -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-interface-java-xml</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-interface-java-jaxws</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-interface-wsdl-xml</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Node runtime -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-node2-api</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-node2-impl</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-node2-launcher</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- Policy models -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-policy</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-policy-security</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-policy-xml</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- SCA API -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-sca-api</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
|
|
<!-- XMLSchema support -->
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-xsd</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.apache.tuscany.sca</groupId>
|
|
<artifactId>tuscany-xsd-xml</artifactId>
|
|
<version>1.4-SNAPSHOT</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
<build>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
<executions>
|
|
<execution>
|
|
<id>distribution-package</id>
|
|
<phase>package</phase>
|
|
<goals>
|
|
<goal>single</goal>
|
|
</goals>
|
|
<configuration>
|
|
<descriptors>
|
|
<descriptor>src/main/assembly/bin.xml</descriptor>
|
|
</descriptors>
|
|
<tarLongFileMode>gnu</tarLongFileMode>
|
|
<finalName>apache-tuscany-sca-base-1.4-SNAPSHOT</finalName>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
|
|
</plugins>
|
|
</build>
|
|
|
|
</project>
|