Putting Woodstox before wsit dependency, because of Stax init errors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user