summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 14:03:03 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-31 14:03:03 +0000
commit78244644846ce90bb1630ea0bfb208358a08fe81 (patch)
tree48351a497a1de4f2ce51f5cb271a86144973969a /branches/sca-java-1.x
parent7e20b6027cc7edcb612dbb067bd3153fe2956988 (diff)
Add mising xsd jars
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@730398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x')
-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>