[java-identity-provider] branch maint-3.4 updated: IDP-1373 - commons-logging is still sneaking into the IdP WAR
Scott Cantor
cantor.2 at osu.edu
Mon Jun 22 14:48:10 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e7c441c0b735dafd5142a0653722d871c8027d6a
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new e7c441c0b IDP-1373 - commons-logging is still sneaking into the IdP WAR
e7c441c0b is described below
commit e7c441c0b735dafd5142a0653722d871c8027d6a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Dec 21 10:58:26 2018 -0500
IDP-1373 - commons-logging is still sneaking into the IdP WAR
https://issues.shibboleth.net/jira/browse/IDP-1373
Exclude from commons-dbcp2 dependency.
---
idp-attribute-resolver-spring/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index 3e658bb20..6c337e324 100644
--- a/idp-attribute-resolver-spring/pom.xml
+++ b/idp-attribute-resolver-spring/pom.xml
@@ -80,6 +80,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.ldaptive</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list