diff options
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/modules/composite-diagram/pom.xml | 133 |
1 files changed, 41 insertions, 92 deletions
diff --git a/sca-java-2.x/trunk/modules/composite-diagram/pom.xml b/sca-java-2.x/trunk/modules/composite-diagram/pom.xml index ee360ddfb1..f3071860ca 100644 --- a/sca-java-2.x/trunk/modules/composite-diagram/pom.xml +++ b/sca-java-2.x/trunk/modules/composite-diagram/pom.xml @@ -1,22 +1,11 @@ <?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. <groupId>org.apache.tuscany.sca</groupId> ---> +<!-- * 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. <groupId>org.apache.tuscany.sca</groupId> --> <project> <modelVersion>4.0.0</modelVersion> @@ -38,138 +27,98 @@ <artifactId>commons-cli</artifactId> <version>1.2</version> </dependency> - - <!-- - <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-anim</artifactId> - <version>1.7</version> - </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-awt-util</artifactId> + <artifactId>batik-dom</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-css</artifactId> + <artifactId>batik-parser</artifactId> <version>1.7</version> </dependency> - + <dependency> <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-ext</artifactId> + <artifactId>batik-svg-dom</artifactId> <version>1.7</version> </dependency> - --> <dependency> <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-dom</artifactId> + <artifactId>batik-transcoder</artifactId> <version>1.7</version> + <scope>compile</scope> </dependency> - - <dependency> <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-parser</artifactId> + <artifactId>batik-codec</artifactId> <version>1.7</version> + <scope>runtime</scope> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-svg-dom</artifactId> - <version>1.7</version> + <groupId>xml-apis</groupId> + <artifactId>xml-apis-ext</artifactId> + <version>1.3.04</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-svggen</artifactId> - <version>1.7</version> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.8.1</version> + <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-util</artifactId> - <version>1.7</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-assembly</artifactId> + <version>2.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-xml</artifactId> - <version>1.7</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-deployment</artifactId> + <version>2.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>org.apache.xmlgraphics</groupId> - <artifactId>batik-codec</artifactId> - <version>1.7</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-node-api</artifactId> + <version>2.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>xml-apis</groupId> - <artifactId>xml-apis-ext</artifactId> - <version>1.3.04</version> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-assembly-xml</artifactId> + <version>2.0-SNAPSHOT</version> + <scope>runtime</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.5</version> - <scope>test</scope> + <groupId>org.apache.tuscany.sca</groupId> + <artifactId>tuscany-implementation-java-runtime</artifactId> + <version>2.0-SNAPSHOT</version> + <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-assembly</artifactId> + <artifactId>tuscany-node-impl</artifactId> <version>2.0-SNAPSHOT</version> + <scope>runtime</scope> </dependency> </dependencies> <build> - <defaultGoal>install</defaultGoal> - <directory>${basedir}/target</directory> - <finalName>${project.artifactId}-${project.version}</finalName> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - -<!-- - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>2.1</version> - <executions> - <execution> - <id>${project.artifactId}-fetch-deps</id> - <phase>generate-sources</phase> - <goals> - <goal>unpack-dependencies</goal> - </goals> - <configuration> - <outputDirectory>${project.build.outputDirectory}</outputDirectory> - <stripVersion>true</stripVersion> - <excludeTransitive>true</excludeTransitive> - <excludeArtifactIds>junit</excludeArtifactIds> - </configuration> - </execution> - </executions> - </plugin> - --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>2.3.1</version> <configuration> |