This is an automated email from the ASF dual-hosted git repository.
deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new 52edc68 Update Woodstox to 6.2.1 and Stax-API to 4.2.1
52edc68 is described below
commit 52edc68ce786ae42accb285570c545438be9cee7
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Tue Jul 21 21:46:51 2020 +0200
Update Woodstox to 6.2.1 and Stax-API to 4.2.1
---
parent/pom.xml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 3d743d4..54481ac 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -214,8 +214,8 @@
<cxf.validation.api.version>2.0.2</cxf.validation.api.version>
<cxf.velocity.version>2.2</cxf.velocity.version>
<cxf.wiremock.version>2.23.2</cxf.wiremock.version>
- <cxf.woodstox.core.version>6.2.0</cxf.woodstox.core.version>
- <cxf.woodstox.stax2-api.version>4.2</cxf.woodstox.stax2-api.version>
+ <cxf.woodstox.core.version>6.2.1</cxf.woodstox.core.version>
+ <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version>
<cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version>
<cxf.wss4j.version>2.3.0</cxf.wss4j.version>
<cxf.xalan.version>2.7.2</cxf.xalan.version>
@@ -833,6 +833,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>