This commit is contained in:
Arjen Poutsma
2008-02-02 17:24:01 +00:00
parent 6a0ff97c90
commit b86b2d1ef5

View File

@@ -9,6 +9,20 @@
<packaging>war</packaging>
<name>Spring WS Echo Sample</name>
<description>A minimal Spring-WS sample that uses W3C DOM to echo back an incoming string.</description>
<profiles>
<profile>
<id>jdk14-jdk15</id>
<activation>
<jdk>!1.6</jdk>
</activation>
<dependencies>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
</dependency>
</dependencies>
</profile>
</profiles>
<reporting>
<plugins>
<plugin>