This commit is contained in:
Arjen Poutsma
2008-04-14 08:56:16 +00:00
parent 839d2e210e
commit 0ad63249f8
2 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-parent</artifactId>
@@ -561,9 +562,9 @@
<version>2.0</version>
</dependency>
<dependency>
<groupId>xml-security</groupId>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.apache.ws.security</groupId>

View File

@@ -130,7 +130,7 @@
<artifactId>xws-security</artifactId>
</dependency>
<dependency>
<groupId>xml-security</groupId>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
</dependency>
<!-- WSS4J dependencies -->