This commit is contained in:
Arjen Poutsma
2007-09-27 13:24:06 +00:00
parent 62d2138142
commit 24e261e1f6
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
<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">
<parent>
<artifactId>spring-ws-samples</artifactId>
<groupId>org.springframework.ws</groupId>
@@ -42,6 +43,5 @@
<artifactId>xalan</artifactId>
<version>2.7.0</version>
</dependency>
</dependencies>
</project>