[idwsfconsumer] 16/25: Pull slf4j version out to a property.
Scott Cantor
cantor.2 at osu.edu
Wed Nov 18 14:41:20 EST 2015
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository idwsfconsumer.
commit c4999765811499e83dc00d929e92590677ecf845
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Apr 1 21:05:07 2015 -0400
Pull slf4j version out to a property.
---
pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f50faa5..231f042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,7 @@
<properties>
<opensaml.version>3.2.0-SNAPSHOT</opensaml.version>
+ <slf4j.version>1.7.10</slf4j.version>
</properties>
<repositories>
@@ -86,7 +87,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
- <version>1.7.10</version>
+ <version>${slf4j.version}</version>
</dependency>
@@ -101,7 +102,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
- <version>1.7.10</version>
+ <version>${slf4j.version}</version>
</dependency>
<!-- Test -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list