[java-identity-provider] branch master updated: IDP-1373 - commons-logging is still sneaking into the IdP WAR
Scott Cantor
cantor.2 at osu.edu
Fri Dec 21 10:58:29 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4b49e67c7f380e34925e82af460f954b2b06a45a
The following commit(s) were added to refs/heads/master by this push:
new 4b49e67 IDP-1373 - commons-logging is still sneaking into the IdP WAR
4b49e67 is described below
commit 4b49e67c7f380e34925e82af460f954b2b06a45a
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 b61aef2..5c94713 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