[java-support] branch master updated: JPAR-171 - Parent POM dependencies should be managed only
Scott Cantor
cantor.2 at osu.edu
Thu Aug 13 20:36:49 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=fb92182301edc1a37ae7abebbd2dbe1b2aef1df0
The following commit(s) were added to refs/heads/master by this push:
new fb92182 JPAR-171 - Parent POM dependencies should be managed only
fb92182 is described below
commit fb92182301edc1a37ae7abebbd2dbe1b2aef1df0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 16:36:24 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 18b81c8..bee3d0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,10 @@
<dependencies>
<!-- Compile Dependencies -->
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
@@ -126,6 +130,11 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-core</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list