Skip to content

Commit 3dc8b57

Browse files
[maven-release-plugin] prepare release apigee-edge-maven-plugin-2.3.3
1 parent a04e566 commit 3dc8b57

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<packaging>maven-plugin</packaging>
2020
<!-- This is inherited from <version>0.0.15</version> of the the non-opensource
2121
plugin -->
22-
<version>2.3.3-SNAPSHOT</version>
22+
<version>2.3.3</version>
2323
<name>apigee-edge-maven-plugin maven mojo</name>
2424
<url>http://maven.apache.org</url>
2525

@@ -253,6 +253,10 @@
253253
<groupId>commons-fileupload</groupId>
254254
<artifactId>commons-fileupload</artifactId>
255255
</exclusion>
256+
<exclusion>
257+
<groupId>org.codehaus.woodstox</groupId>
258+
<artifactId>wstx-asl</artifactId>
259+
</exclusion>
256260
</exclusions>
257261
</dependency>
258262
<dependency>
@@ -270,6 +274,10 @@
270274
<groupId>log4j</groupId>
271275
<artifactId>log4j</artifactId>
272276
</exclusion>
277+
<exclusion>
278+
<groupId>org.codehaus.woodstox</groupId>
279+
<artifactId>wstx-asl</artifactId>
280+
</exclusion>
273281
</exclusions>
274282
</dependency>
275283

0 commit comments

Comments
 (0)