Backported changes from 1.0.0

This commit is contained in:
Arjen Poutsma
2007-08-17 21:57:20 +00:00
parent f928c6ab89
commit d5ba9d4d51
7 changed files with 17 additions and 28 deletions

View File

@@ -41,7 +41,6 @@
</dependency>
<!-- The following JEE dependencies can be changed from 'runtime' to 'provided' if you're running the samples on a full-fledged J2EE application
server. They are required for running the samples on a Web container such as Tomcat -->
<!--
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
@@ -62,6 +61,5 @@
<artifactId>saaj-impl</artifactId>
<scope>runtime</scope>
</dependency>
-->
</dependencies>
</project>