You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/10/06 12:39:21 UTC

[11/15] oodt git commit: OODT-839 update slf4j

OODT-839 update slf4j

git-svn-id: https://svn.apache.org/repos/asf/oodt/branches/dependency-update@1705320 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/76e09711
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/76e09711
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/76e09711

Branch: refs/heads/master
Commit: 76e09711b73c71a2c4d5988a067df26a3d931e67
Parents: 365a241
Author: Tom Barber <ma...@apache.org>
Authored: Fri Sep 25 15:23:11 2015 +0000
Committer: Tom Barber <ma...@apache.org>
Committed: Fri Sep 25 15:23:11 2015 +0000

----------------------------------------------------------------------
 core/pom.xml | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/76e09711/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 3b198bf..b30b804 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -399,18 +399,23 @@ the License.
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
+        <artifactId>slf4j-api</artifactId>
+        <version>1.7.12</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
         <artifactId>slf4j-simple</artifactId>
-        <version>1.3.1</version>
+        <version>1.7.12</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j</artifactId>
-        <version>1.3.1</version>
+        <version>1.7.12</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
-        <version>1.3.1</version>
+        <version>1.7.12</version>
       </dependency>
       <dependency>
         <groupId>org.springframework</groupId>