[java-oidc-common] branch main updated: JCOMOIDC-36 - Exclude jcip-annotations jar from parent POM
Phil Smart
philip.smart at jisc.ac.uk
Mon Jan 10 13:41:14 UTC 2022
This is an automated email from the git hooks/post-receive script.
philsmart 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=02e96ead7b92e0510749a3e94c10d256fd81ba2a
The following commit(s) were added to refs/heads/main by this push:
new 02e96ea JCOMOIDC-36 - Exclude jcip-annotations jar from parent POM
02e96ea is described below
commit 02e96ead7b92e0510749a3e94c10d256fd81ba2a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 10 13:41:07 2022 +0000
JCOMOIDC-36 - Exclude jcip-annotations jar from parent POM
- Exclude JCIP in the parent.
https://shibboleth.atlassian.net/browse/JCOMOIDC-36
---
pom.xml | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 32471fb..cce4e72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,11 @@
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
</exclusion>
- </exclusions>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>com.github.stephenc.jcip</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>net.minidev</groupId>
@@ -176,6 +180,12 @@
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>${nimbus-jose-jwt.version}</version>
+ <exclusions>
+ <exclusion>
+ <artifactId>jcip-annotations</artifactId>
+ <groupId>com.github.stephenc.jcip</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.nimbusds</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list