Skip to content

Commit 899ff1f

Browse files
committed
Putting Woodstox before wsit dependency, because of Stax init errors
1 parent 1050f7c commit 899ff1f

File tree

1 file changed

+10
-5
lines changed
  • trunk/samples/airline/server

1 file changed

+10
-5
lines changed

trunk/samples/airline/server/pom.xml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
<version>2.1.5</version>
3838
<scope>runtime</scope>
3939
</dependency>
40+
<dependency>
41+
<groupId>javax.xml.stream</groupId>
42+
<artifactId>stax-api</artifactId>
43+
<scope>compile</scope>
44+
</dependency>
4045
<dependency>
4146
<groupId>javax.xml.soap</groupId>
4247
<artifactId>saaj-api</artifactId>
@@ -114,6 +119,11 @@
114119
<artifactId>spring-ws-support</artifactId>
115120
<scope>runtime</scope>
116121
</dependency>
122+
<dependency>
123+
<groupId>org.codehaus.woodstox</groupId>
124+
<artifactId>woodstox-core-asl</artifactId>
125+
<scope>runtime</scope>
126+
</dependency>
117127
<dependency>
118128
<groupId>org.springframework.ws</groupId>
119129
<artifactId>spring-ws-security</artifactId>
@@ -189,11 +199,6 @@
189199
<artifactId>jms</artifactId>
190200
<scope>runtime</scope>
191201
</dependency>
192-
<dependency>
193-
<groupId>javax.xml.stream</groupId>
194-
<artifactId>stax-api</artifactId>
195-
<scope>compile</scope>
196-
</dependency>
197202
<!-- O/R Mapping dependencies -->
198203
<dependency>
199204
<groupId>org.apache.openjpa</groupId>

0 commit comments

Comments
 (0)