[java-idp-plugin-totp] branch main updated: JPAR-171 - Parent POM dependencies should be managed only

Scott Cantor cantor.2 at osu.edu
Thu Aug 13 21:57:21 UTC 2020


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

scantor pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=5a3128e943b277872fca694a7078688fa55933f6

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

commit 5a3128e943b277872fca694a7078688fa55933f6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 17:57:01 2020 -0400

    JPAR-171 - Parent POM dependencies should be managed only
    
    https://issues.shibboleth.net/jira/browse/JPAR-171
---
 totp-impl/pom.xml | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 8b837fa..3e4d338 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -32,7 +32,6 @@
         <dependency>
             <groupId>${slf4j.groupId}</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>${slf4j.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
@@ -161,6 +160,16 @@
             <artifactId>spring-test</artifactId>
             <scope>test</scope>
         </dependency>
+        <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>
 
     <build>

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


More information about the commits mailing list