File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 19
19
<packaging >maven-plugin</packaging >
20
20
<!-- This is inherited from <version>0.0.15</version> of the the non-opensource
21
21
plugin -->
22
- <version >2.3.3-SNAPSHOT </version >
22
+ <version >2.3.3</version >
23
23
<name >apigee-edge-maven-plugin maven mojo</name >
24
24
<url >http://maven.apache.org</url >
25
25
253
253
<groupId >commons-fileupload</groupId >
254
254
<artifactId >commons-fileupload</artifactId >
255
255
</exclusion >
256
+ <exclusion >
257
+ <groupId >org.codehaus.woodstox</groupId >
258
+ <artifactId >wstx-asl</artifactId >
259
+ </exclusion >
256
260
</exclusions >
257
261
</dependency >
258
262
<dependency >
270
274
<groupId >log4j</groupId >
271
275
<artifactId >log4j</artifactId >
272
276
</exclusion >
277
+ <exclusion >
278
+ <groupId >org.codehaus.woodstox</groupId >
279
+ <artifactId >wstx-asl</artifactId >
280
+ </exclusion >
273
281
</exclusions >
274
282
</dependency >
275
283
You can’t perform that action at this time.
0 commit comments