This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git
The following commit(s) were added to refs/heads/master by this push:
new 38b8f7d NEETHI-21: Remove Woodstox dependency
38b8f7d is described below
commit 38b8f7da34d520809559ec923b993a7ae7d459db
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Nov 15 18:57:11 2020 +0000
NEETHI-21: Remove Woodstox dependency
Neethi requires Java 8 and we can therefore assume that the JRE provides
a StAX implementation. There is no need to depend on Woodstox.
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1d31928..eb92a90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -312,11 +312,6 @@
<version>4.12</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.codehaus.woodstox</groupId>
- <artifactId>woodstox-core-asl</artifactId>
- <version>4.4.1</version>
- </dependency>
</dependencies>
<reporting>
<plugins>