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 37
37
<version >2.1.5</version >
38
38
<scope >runtime</scope >
39
39
</dependency >
40
+ <dependency >
41
+ <groupId >javax.xml.stream</groupId >
42
+ <artifactId >stax-api</artifactId >
43
+ <scope >compile</scope >
44
+ </dependency >
40
45
<dependency >
41
46
<groupId >javax.xml.soap</groupId >
42
47
<artifactId >saaj-api</artifactId >
114
119
<artifactId >spring-ws-support</artifactId >
115
120
<scope >runtime</scope >
116
121
</dependency >
122
+ <dependency >
123
+ <groupId >org.codehaus.woodstox</groupId >
124
+ <artifactId >woodstox-core-asl</artifactId >
125
+ <scope >runtime</scope >
126
+ </dependency >
117
127
<dependency >
118
128
<groupId >org.springframework.ws</groupId >
119
129
<artifactId >spring-ws-security</artifactId >
189
199
<artifactId >jms</artifactId >
190
200
<scope >runtime</scope >
191
201
</dependency >
192
- <dependency >
193
- <groupId >javax.xml.stream</groupId >
194
- <artifactId >stax-api</artifactId >
195
- <scope >compile</scope >
196
- </dependency >
197
202
<!-- O/R Mapping dependencies -->
198
203
<dependency >
199
204
<groupId >org.apache.openjpa</groupId >
You can’t perform that action at this time.
0 commit comments