[java-opensaml] branch master updated: JPAR-171 - Parent POM dependencies should be managed only
Scott Cantor
cantor.2 at osu.edu
Thu Aug 13 20:43:39 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=d3ee8db9bd0d7a71df8e32473e20dad7539fa8aa
The following commit(s) were added to refs/heads/master by this push:
new d3ee8db9b JPAR-171 - Parent POM dependencies should be managed only
d3ee8db9b is described below
commit d3ee8db9bd0d7a71df8e32473e20dad7539fa8aa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 16:43:32 2020 -0400
JPAR-171 - Parent POM dependencies should be managed only
https://issues.shibboleth.net/jira/browse/JPAR-171
---
opensaml-parent/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 7d2ada2ac..a4bea4c52 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -76,6 +76,10 @@
<!-- Dependencies which are required by every single project module should go here and will be inherited by all modules. -->
<dependencies>
<!-- Compile Dependencies -->
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
<dependency>
<groupId>net.shibboleth.utilities</groupId>
<artifactId>java-support</artifactId>
@@ -94,6 +98,16 @@
<type>test-jar</type>
<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>
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list