[spring-extensions] branch master updated: JPAR-171 - Parent POM dependencies should be managed only
Scott Cantor
cantor.2 at osu.edu
Thu Aug 13 20:40:16 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=bd0f0f35aeecf5c7c30771a856e4897603c1015e
The following commit(s) were added to refs/heads/master by this push:
new bd0f0f3 JPAR-171 - Parent POM dependencies should be managed only
bd0f0f3 is described below
commit bd0f0f35aeecf5c7c30771a856e4897603c1015e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Aug 13 16:40:07 2020 -0400
JPAR-171 - Parent POM dependencies should be managed only
https://issues.shibboleth.net/jira/browse/JPAR-171
---
pom.xml | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 29f52d1..ef01104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,10 @@
<dependencies>
<!-- Compile dependencies -->
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>slf4j-api</artifactId>
+ </dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
@@ -131,13 +135,25 @@
<!-- Runtime dependencies -->
<!-- Test dependencies -->
+ <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>${spring.groupId}</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>${graalvm.version}</version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list