[java-parent-project] branch main updated: JPAR-169 - Remove logging facade test dependencies
Scott Cantor
cantor.2 at osu.edu
Thu Jan 21 14:08:50 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=029fa6fd82219c629b7da35622806db1467a829b
The following commit(s) were added to refs/heads/main by this push:
new 029fa6f JPAR-169 - Remove logging facade test dependencies
029fa6f is described below
commit 029fa6fd82219c629b7da35622806db1467a829b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 21 09:08:48 2021 -0500
JPAR-169 - Remove logging facade test dependencies
https://issues.shibboleth.net/jira/browse/JPAR-169
---
pom.xml | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 98c31ed..b2c229a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,6 +474,20 @@
<scope>provided</scope>
</dependency>
+ <!-- Other logging bridges that may be required. -->
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>jul-to-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>${slf4j.groupId}</groupId>
+ <artifactId>log4j-over-slf4j</artifactId>
+ <version>${slf4j.version}</version>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Runtime dependencies -->
<dependency>
<groupId>ch.qos.logback</groupId>
@@ -579,18 +593,6 @@
<version>${xmlunit.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>${slf4j.groupId}</groupId>
- <artifactId>jul-to-slf4j</artifactId>
- <version>${slf4j.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>${slf4j.groupId}</groupId>
- <artifactId>log4j-over-slf4j</artifactId>
- <version>${slf4j.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-test</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list