Merge "bug 537 - Node Reconciliation"
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / pom.xml
index a2bee8ffee7295c8c086365fafa1651235f4efdc..38ec5f5ac2afda90ac5e8ea9eb454574dd4de14d 100644 (file)
       <groupId>com.typesafe.akka</groupId>
       <artifactId>akka-osgi_${scala.version}</artifactId>
     </dependency>
+
+  <dependency>
+     <groupId>com.typesafe.akka</groupId>
+     <artifactId>akka-slf4j_${scala.version}</artifactId>
+  </dependency>
     <!-- SAL Dependencies -->
 
     <dependency>
       <scope>test</scope>
     </dependency>
 
-    <dependency>
+      <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
       <version>${slf4j.version}</version>
           </execution>
         </executions>
       </plugin>
+
+
+
     </plugins>
   </build>
   <scm>