[java-opensaml] branch main updated: Add commons-logging exclusion to dbcp2 test dep.

Scott Cantor cantor.2 at osu.edu
Wed Dec 13 17:10:33 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=51e5a5500d117382eb496cb146ff96ea82872064

The following commit(s) were added to refs/heads/main by this push:
     new 51e5a5500 Add commons-logging exclusion to dbcp2 test dep.
51e5a5500 is described below

commit 51e5a5500d117382eb496cb146ff96ea82872064
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 13 12:10:30 2023 -0500

    Add commons-logging exclusion to dbcp2 test dep.
---
 opensaml-storage-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index 58011cb6a..32da29f0c 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -114,6 +114,12 @@
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-dbcp2</artifactId>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <!-- Uncomment for local testing with specific databases. -->

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list