Browse Source

Standardising slf4j versions.

Luke Taylor 15 years ago
parent
commit
23511c930f
3 changed files with 6 additions and 6 deletions
  1. 1 1
      config/pom.xml
  2. 4 4
      itest/pom.xml
  3. 1 1
      ldap/pom.xml

+ 1 - 1
config/pom.xml

@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.4.3</version>
+            <version>1.5.10</version>
             <scope>test</scope>
         </dependency>
         <dependency>

+ 4 - 4
itest/pom.xml

@@ -66,19 +66,19 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.5.8</version>
+            <version>1.5.10</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.5.8</version>
+            <version>1.5.10</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>jcl104-over-slf4j</artifactId>
-            <version>1.5.8</version>
+            <artifactId>jcl-over-slf4j</artifactId>
+            <version>1.5.10</version>
             <scope>runtime</scope>
         </dependency>
         <dependency>

+ 1 - 1
ldap/pom.xml

@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
-            <version>1.4.3</version>
+            <version>1.5.10</version>
             <scope>runtime</scope>
             <optional>true</optional>
         </dependency>