[java-mvn-enforcer] branch main updated: JMVN-83 Warning about future enforcer API changes

Codeberg noreply at shibboleth.net
Fri Sep 25 13:09:48 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-mvn-enforcer.

View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer/commit/20cde51506d0b7ab5d723e22d04cec93e37d6422

The following commit(s) were added to refs/heads/main by this push:
     new 20cde51  JMVN-83 Warning about future enforcer API changes
20cde51 is described below

commit 20cde51506d0b7ab5d723e22d04cec93e37d6422
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Sep 25 14:06:53 2026 +0100

    JMVN-83 Warning about future enforcer API changes
    
    https://shibboleth.atlassian.net/browse/JMVN-83
    
    Exclude a couple of jars (from a provided dependency) for which
    we do not have keys.
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6f41b59..ba33be2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,18 @@
             <artifactId>maven-core</artifactId>
             <version>${mavenVersion}</version>
             <scope>provided</scope>
+              <exclusions>
+                  <exclusion>
+                      <!-- Needs key 0x5E975CB00C643DBF -->
+                      <groupId>com.google.inject</groupId>
+                      <artifactId>guice</artifactId>
+                  </exclusion>
+                  <exclusion>
+                      <!-- Needs key 0x8DC6F3D0ABDBD017 -->
+                      <groupId>org.codehaus.plexus</groupId>
+                      <artifactId>plexus-sec-dispatcher</artifactId>
+                  </exclusion>
+              </exclusions>
         </dependency>
         <dependency>
             <groupId>javax.inject</groupId>

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


More information about the commits mailing list