[java-idp-plugin-archetype] branch main updated: Change slf4j to provided scope

Phil Smart philip.smart at jisc.ac.uk
Wed Oct 18 12:51:23 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-archetype.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-archetype.git;a=commit;h=04538574845e59df690b0e3a9de97c078e736eb7

The following commit(s) were added to refs/heads/main by this push:
     new 0453857  Change slf4j to provided scope
0453857 is described below

commit 04538574845e59df690b0e3a9de97c078e736eb7
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Oct 18 13:51:16 2023 +0100

    Change slf4j to provided scope
---
 src/main/resources/archetype-resources/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index e3ad737..a181065 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -47,6 +47,7 @@
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
             <artifactId>slf4j-api</artifactId>
+             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.testng</groupId>

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


More information about the commits mailing list