diff options
Diffstat (limited to '')
-rw-r--r-- | branches/sca-java-1.x/tools/databinding/sdo/pom.xml | 67 |
1 files changed, 3 insertions, 64 deletions
diff --git a/branches/sca-java-1.x/tools/databinding/sdo/pom.xml b/branches/sca-java-1.x/tools/databinding/sdo/pom.xml index 4c6dec82a1..9c8b6bb027 100644 --- a/branches/sca-java-1.x/tools/databinding/sdo/pom.xml +++ b/branches/sca-java-1.x/tools/databinding/sdo/pom.xml @@ -32,39 +32,14 @@ <url>http://tuscany.apache.org</url>
- <properties>
- <emfVersion>2.2.3</emfVersion> <!--just for the moment-->
- </properties>
-
<dependencies>
<dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-rt-core</artifactId>
- <version>2.2.1</version>
- </dependency>
-
- <dependency>
- <groupId>org.apache.velocity</groupId>
- <artifactId>velocity</artifactId>
- <version>1.5</version>
- </dependency>
-
- <dependency>
- <groupId>wsdl4j</groupId>
- <artifactId>wsdl4j</artifactId>
- <version>1.6.2</version>
- </dependency>
-
-
- <!--we are using jax-ws fronend-->
- <dependency>
- <groupId>org.apache.cxf</groupId>
- <artifactId>cxf-tools-wsdlto-frontend-jaxws</artifactId>
- <version>2.2.1</version>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-tools-wsdlto-core</artifactId>
+ <version>2.2.2</version>
</dependency>
-
<!--tuscany implementation related dependencies-->
<dependency>
<groupId>org.apache.tuscany.sdo</groupId>
@@ -87,42 +62,6 @@ <scope>compile</scope>
</dependency>
- <!-- emf dependencies - taken from the sdo-tools module-->
- <dependency>
- <groupId>org.eclipse.emf</groupId>
- <artifactId>common</artifactId>
- <version>${emfVersion}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.eclipse.emf</groupId>
- <artifactId>ecore</artifactId>
- <version>${emfVersion}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.eclipse.emf</groupId>
- <artifactId>codegen</artifactId>
- <version>${emfVersion}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.eclipse.emf</groupId>
- <artifactId>codegen-ecore</artifactId>
- <version>${emfVersion}</version>
- <scope>compile</scope>
- </dependency>
-
- <dependency>
- <groupId>org.eclipse.xsd</groupId>
- <artifactId>xsd</artifactId>
- <version>${emfVersion}</version>
- <scope>compile</scope>
- </dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
|