[java-identity-provider] branch master updated: JPAR-171 - Parent POM dependencies should be managed only

Scott Cantor cantor.2 at osu.edu
Thu Aug 13 20:51:24 UTC 2020


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

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=aadcf56fb2c22a3c12736989294c91d0b2eb48b6

The following commit(s) were added to refs/heads/master by this push:
       new  aadcf56fb JPAR-171 - Parent POM dependencies should be managed only
aadcf56fb is described below

commit aadcf56fb2c22a3c12736989294c91d0b2eb48b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 16:51:15 2020 -0400

    JPAR-171 - Parent POM dependencies should be managed only
    
    https://issues.shibboleth.net/jira/browse/JPAR-171
---
 idp-parent/pom.xml | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 023fc8454..97b0bc109 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -99,13 +99,27 @@
     </repositories>
 
     <dependencies>
-	<!-- This file should contain NO Dependencies.  See IDP-1620. -->
+	<!-- This file should contain NO additional dependencies.  See IDP-1620. -->
+        <dependency>
+            <groupId>${slf4j.groupId}</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
 
         <!-- Provided Dependencies -->
 
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
+        <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <scope>test</scope>
+        </dependency>        
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <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