Remove logback related stuff
[controller.git] / opendaylight / commons / protocol-framework / pom.xml
index 314fdea7ccd7037df9ff6ea1ca3a2d15b2d6a2c2..65922054fa1a57469eaf7776674771658829f94b 100644 (file)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>bundle-parent</artifactId>
-    <version>1.9.0</version>
+    <version>2.0.2</version>
     <relativePath/>
   </parent>
 
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
-    <dependency>
-      <groupId>ch.qos.logback</groupId>
-      <artifactId>logback-classic</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <build>