[java-parent-project] branch maint-11 updated: JPAR-216 - Investigate exclusion of woodstox dependency
Scott Cantor
cantor.2 at osu.edu
Tue Jan 3 15:45:49 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=e3a240f8ade7984703e3e7133a83606d6fe10ef4
The following commit(s) were added to refs/heads/maint-11 by this push:
new e3a240f JPAR-216 - Investigate exclusion of woodstox dependency
e3a240f is described below
commit e3a240f8ade7984703e3e7133a83606d6fe10ef4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 3 10:45:46 2023 -0500
JPAR-216 - Investigate exclusion of woodstox dependency
https://shibboleth.atlassian.net/browse/JPAR-216
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index e5744b1..79b5c90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,6 +471,10 @@
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.fasterxml.woodstox</groupId>
+ <artifactId>woodstox-core</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list