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

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


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

scantor pushed a commit to branch master
in repository xmlsectool.

View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=0a6709ff1e4a800cddf3d9f11357c23c31870d7c

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

commit 0a6709ff1e4a800cddf3d9f11357c23c31870d7c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 16:59:31 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 8b7c449..30818e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,10 @@
 
     <dependencies>
         <!-- Compile dependencies -->
+        <dependency>
+            <groupId>${slf4j.groupId}</groupId>
+            <artifactId>slf4j-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>net.shibboleth.utilities</groupId>
             <artifactId>java-support</artifactId>
@@ -128,6 +132,11 @@
             <artifactId>xmlunit-core</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.testng</groupId>
+            <artifactId>testng</artifactId>
+            <scope>test</scope>
+        </dependency>        
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
             <artifactId>opensaml-security-api</artifactId>

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


More information about the commits mailing list