Merge "Turned down some logs in StatisticsProvider from INFO to DEBUG"
authorMadhu Venugopal <mavenugo@gmail.com>
Sat, 25 Jan 2014 23:47:41 +0000 (23:47 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Sat, 25 Jan 2014 23:47:41 +0000 (23:47 +0000)
opendaylight/config/yang-jmx-generator-plugin/pom.xml
opendaylight/config/yang-jmx-generator-plugin/src/main/java/org/opendaylight/controller/config/yangjmxgenerator/plugin/JMXGenerator.java
opendaylight/distribution/opendaylight/pom.xml

index 21e728c41f4fbd4f16eb7af3b5145fecfa2d9c5e..aa8a302e8397e80702e167965f924bcd8eadcbb0 100644 (file)
@@ -71,9 +71,9 @@
         </dependency>
 
         <dependency>
-            <groupId>com.googlecode.slf4j-maven-plugin-log</groupId>
-            <artifactId>slf4j-maven-plugin-log</artifactId>
-            <version>1.0.0</version>
+            <groupId>com.jcabi</groupId>
+            <artifactId>jcabi-maven-slf4j</artifactId>
+            <version>0.8</version>
         </dependency>
 
         <dependency>
index 7075865573bdb17a6cb2d717b8a03437c825fd69..e41ac66952f889e60387b9c8adab0704432988b7 100644 (file)
@@ -203,7 +203,7 @@ public class JMXGenerator implements CodeGenerator {
 
     @Override
     public void setLog(Log log) {
-        StaticLoggerBinder.getSingleton().setLog(log);
+        StaticLoggerBinder.getSingleton().setMavenLog(log);
     }
 
     private static Map<String, String> extractNamespaceMapping(
index d3be9160f11c949d02d2ea9b807135bce1b9995b..6733100ac2eb225cc32e297d249a3c01569cd3ae 100644 (file)
           <version>${yangtools.version}</version>
         </dependency>
 
-        <dependency>
-          <groupId>org.opendaylight.controller</groupId>
-          <artifactId>clustered-datastore-implementation</artifactId>
-          <version>0.4.1-SNAPSHOT</version>
-        </dependency>
-
-
         <!-- config-->
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
          <groupId>org.opendaylight.controller.thirdparty</groupId>
          <artifactId>ganymed</artifactId>
         </dependency>
-        <dependency>
-          <groupId>org.opendaylight.controller</groupId>
-          <artifactId>sal-remoterpc-connector</artifactId>
-          <version>1.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
-              <groupId>org.opendaylight.controller</groupId>
-              <artifactId>
-                  remoterpc-routingtable.implementation
-              </artifactId>
-              <version>0.4.1-SNAPSHOT</version>
-        </dependency>
         <dependency>
               <groupId>org.zeromq</groupId>
           <artifactId>jeromq</artifactId>