[xmlsectool] branch main updated: XSTJ-86 - Exclude unneeded STAX processing libraries
Ian Young
ian at iay.org.uk
Thu Nov 12 16:55:29 UTC 2020
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=f904593d29401daaa0dea717bf0821f9dd9ee89f
The following commit(s) were added to refs/heads/main by this push:
new f904593 XSTJ-86 - Exclude unneeded STAX processing libraries
f904593 is described below
commit f904593d29401daaa0dea717bf0821f9dd9ee89f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Nov 12 16:55:22 2020 +0000
XSTJ-86 - Exclude unneeded STAX processing libraries
https://issues.shibboleth.net/jira/browse/XSTJ-86
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index a534c14..f0507ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,12 @@
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>com.fasterxml.woodstox</groupId>
+ <artifactId>woodstox-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list