Updated poms.

This commit is contained in:
Arjen Poutsma
2007-05-20 11:10:59 +00:00
parent 8fc2dd1b6d
commit aabe75f422
4 changed files with 25 additions and 8 deletions

View File

@@ -97,6 +97,11 @@
<version>2.1.3</version>
<scope>test</scope>
</dependency>
<!-- JEE dependencies -->
<dependency>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>org.easymock</groupId>

View File

@@ -88,8 +88,7 @@
<artifactId>xercesImpl</artifactId>
<scope>provided</scope>
</dependency>
<!-- O/X Mapping dependencies -->
<!-- Castor -->
<!-- O/X Mapping dependencies --><!-- Castor -->
<dependency>
<groupId>org.codehaus.castor</groupId>
<artifactId>castor</artifactId>
@@ -172,6 +171,18 @@
<version>20060615</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>isorelax</groupId>
<artifactId>isorelax</artifactId>
<version>20030108</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>relaxngDatatype</groupId>
<artifactId>relaxngDatatype</artifactId>
<version>20020414</version>
<scope>test</scope>
</dependency>
<!-- XMLBeans -->
<dependency>
<groupId>xmlbeans</groupId>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<assembly>
<id>all</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<id>all</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<moduleSets>
<moduleSet>
<includes>
@@ -16,6 +16,7 @@
<include>org.springframework.ws:spring-ws-security</include>
</includes>
<binaries>
<includeDependencies>false</includeDependencies>
<unpack>true</unpack>
</binaries>
</moduleSet>

View File

@@ -26,7 +26,7 @@
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>xerces</groupId>