Putting Woodstox before wsit dependency, because of Stax init errors

This commit is contained in:
Arjen Poutsma
2011-10-20 10:01:02 +00:00
parent 016a87eb54
commit 272996a992

View File

@@ -37,6 +37,11 @@
<version>2.1.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>saaj-api</artifactId>
@@ -114,6 +119,11 @@
<artifactId>spring-ws-support</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-asl</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.ws</groupId>
<artifactId>spring-ws-security</artifactId>
@@ -189,11 +199,6 @@
<artifactId>jms</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.xml.stream</groupId>
<artifactId>stax-api</artifactId>
<scope>compile</scope>
</dependency>
<!-- O/R Mapping dependencies -->
<dependency>
<groupId>org.apache.openjpa</groupId>