File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
trunk/samples/airline/server Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments