summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/compact-webservices/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/branches/sca-java-1.x/modules/compact-webservices/pom.xml b/branches/sca-java-1.x/modules/compact-webservices/pom.xml
index dc392e0500..1ed267c025 100644
--- a/branches/sca-java-1.x/modules/compact-webservices/pom.xml
+++ b/branches/sca-java-1.x/modules/compact-webservices/pom.xml
@@ -80,6 +80,18 @@
<artifactId>tuscany-interface-wsdl-xml</artifactId>
<version>${pom.version}</version>
</dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-xsd</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>tuscany-xsd-xml</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+
+
<!-- these remaining dependencies are not required when using JDK6, maybe make them optional -->
<dependency>
@@ -424,6 +436,8 @@
<include>org.apache.tuscany.sca:tuscany-databinding-jaxb-axiom</include>
<include>org.apache.tuscany.sca:tuscany-interface-wsdl</include>
<include>org.apache.tuscany.sca:tuscany-interface-wsdl-xml</include>
+ <include>org.apache.tuscany.sca:tuscany-xsd</include>
+ <include>org.apache.tuscany.sca:tuscany-xsd-xml</include>
</includes>
</artifactSet>