Browse Source

AMBARI-899. Use slf4j-api 1.5.5 rather than 1.6.6. (yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/AMBARI-666@1402303 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 years ago
parent
commit
d14e24eb98
2 changed files with 3 additions and 1 deletions
  1. 2 0
      AMBARI-666-CHANGES.txt
  2. 1 1
      ambari-project/pom.xml

+ 2 - 0
AMBARI-666-CHANGES.txt

@@ -367,6 +367,8 @@ AMBARI-666 branch (unreleased changes)
 
 
   BUG FIXES
   BUG FIXES
 
 
+  AMBARI-899. Use slf4j-api 1.5.5 rather than 1.6.6. (yusaku)
+
   AMBARI-902. Fix ZooKeeper badge allocation logic for single host and 
   AMBARI-902. Fix ZooKeeper badge allocation logic for single host and 
   muliple hosts installation in step5 installer wizard. (Jaimin Jetly via
   muliple hosts installation in step5 installer wizard. (Jaimin Jetly via
   yusaku)
   yusaku)

+ 1 - 1
ambari-project/pom.xml

@@ -162,7 +162,7 @@
       <dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.6.6</version>
+        <version>1.5.5</version>
       </dependency>
       </dependency>
       <dependency>
       <dependency>
         <groupId>org.slf4j</groupId>
         <groupId>org.slf4j</groupId>