[java-oidc-common] branch main updated: We need JCL for the tests (normally comes from Spring).
Scott Cantor
cantor.2 at osu.edu
Wed Dec 8 16:57:08 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=a3e6bf60360b2379ae55e967bbb949c733375c71
The following commit(s) were added to refs/heads/main by this push:
new a3e6bf6 We need JCL for the tests (normally comes from Spring).
a3e6bf6 is described below
commit a3e6bf60360b2379ae55e967bbb949c733375c71
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Dec 8 11:57:05 2021 -0500
We need JCL for the tests (normally comes from Spring).
---
oidc-common-crypto-api/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/oidc-common-crypto-api/pom.xml b/oidc-common-crypto-api/pom.xml
index 7ba1ae0..2105caa 100644
--- a/oidc-common-crypto-api/pom.xml
+++ b/oidc-common-crypto-api/pom.xml
@@ -47,6 +47,12 @@
<artifactId>opensaml-storage-impl</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>jcl-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list