[Registry-dev] svn commit r16612 - in trunk/registry: . modules/core
svn at wso2.org
svn at wso2.org
Wed May 7 03:50:03 PDT 2008
Author: deepal
Date: Wed May 7 03:49:58 2008
New Revision: 16612
Log:
adding eclipse wsdl validator dependencies
Modified:
trunk/registry/modules/core/pom.xml
trunk/registry/pom.xml
Modified: trunk/registry/modules/core/pom.xml
==============================================================================
--- trunk/registry/modules/core/pom.xml (original)
+++ trunk/registry/modules/core/pom.xml Wed May 7 03:49:58 2008
@@ -158,9 +158,21 @@
<artifactId>jetty-util</artifactId>
<!--<scope>test</scope>-->
</dependency>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>elipse</groupId>
+ <artifactId>validateutility</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>elipse</groupId>
+ <artifactId>eclipse-wsdl-validator</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
</dependency>
</dependencies>
</project>
Modified: trunk/registry/pom.xml
==============================================================================
--- trunk/registry/pom.xml (original)
+++ trunk/registry/pom.xml Wed May 7 03:49:58 2008
@@ -185,11 +185,11 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>${servlet.api.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
- <version>${derby.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
+ <version>${derby.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>com.opensymphony</groupId>-->
@@ -300,6 +300,22 @@
<artifactId>wsdl4j</artifactId>
<version>${wsdl4j.version}</version>
</dependency>
+ <!--Eclipse dependency-->
+ <dependency>
+ <groupId>elipse</groupId>
+ <artifactId>validateutility</artifactId>
+ <version>0.95</version>
+ </dependency>
+ <dependency>
+ <groupId>elipse</groupId>
+ <artifactId>eclipse-wsdl-validator</artifactId>
+ <version>3.395</version>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.8.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>
@@ -396,8 +412,8 @@
<xmlapi.version>1.3.04</xmlapi.version>
<jetty.version>6.1.5</jetty.version>
<wsdl4j.version>1.6.2</wsdl4j.version>
- <xmlschema.version>1.3.3</xmlschema.version>
- <authenticator.version>SNAPSHOT</authenticator.version>
+ <xmlschema.version>1.3.3</xmlschema.version>
+ <authenticator.version>SNAPSHOT</authenticator.version>
<derby.version>10.2.2.0</derby.version>
</properties>
More information about the Registry-dev
mailing list