This commit is contained in:
Arjen Poutsma
2006-12-02 21:25:31 +00:00
parent 73d72b9474
commit a737c11c34

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">
<parent>
<artifactId>spring-ws</artifactId>
<groupId>org.springframework.ws</groupId>
@@ -12,7 +13,7 @@
<modules>
<module>echo</module>
<module>airline</module>
</modules>
</modules>
<pluginRepositories>
<pluginRepository>
<id>mortbay-repo</id>
@@ -37,7 +38,7 @@
<warName>${pom.artifactId}</warName>
</configuration>
</plugin>
</plugins>
</plugins>
</build>
<dependencies>
<!-- Loggin dependencies -->