You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/12/31 15:03:03 UTC

svn commit: r730398 - /tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml

Author: antelder
Date: Wed Dec 31 06:03:03 2008
New Revision: 730398

URL: http://svn.apache.org/viewvc?rev=730398&view=rev
Log:
Add mising xsd jars

Modified:
    tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml?rev=730398&r1=730397&r2=730398&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/compact-webservices/pom.xml Wed Dec 31 06:03:03 2008
@@ -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>