[java-parent-project] branch main updated: JPAR-216 - Investigate exclusion of woodstox dependency
Scott Cantor
cantor.2 at osu.edu
Tue Jan 3 15:46:50 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=fbdc08c7bdcd7f552c887430349997aa24725735
The following commit(s) were added to refs/heads/main by this push:
new fbdc08c JPAR-216 - Investigate exclusion of woodstox dependency
fbdc08c is described below
commit fbdc08c7bdcd7f552c887430349997aa24725735
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 49a1855..6d2e01b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -448,6 +448,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