[java-metadata-aggregator] branch master updated: JPAR-171 - Parent POM dependencies should be managed only
Scott Cantor
cantor.2 at osu.edu
Thu Aug 13 21:01: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-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=108d10acf37ae7a2c74df1773e488f079c2003f9
The following commit(s) were added to refs/heads/master by this push:
new 108d10a JPAR-171 - Parent POM dependencies should be managed only
108d10a is described below
commit 108d10acf37ae7a2c74df1773e488f079c2003f9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 17:01:16 2020 -0400
JPAR-171 - Parent POM dependencies should be managed only
https://issues.shibboleth.net/jira/browse/JPAR-171
---
aggregator-parent/pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 41bce4a..704c7bc 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -65,6 +65,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>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
@@ -80,6 +84,16 @@
<artifactId>xmlunit-core</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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list