Merge "BUG 2820 - LLDP refactor"
authorTony Tkacik <ttkacik@cisco.com>
Tue, 5 May 2015 08:23:31 +0000 (08:23 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 5 May 2015 08:23:32 +0000 (08:23 +0000)
1  2 
opendaylight/commons/liblldp/pom.xml

index 01900b421b51b2b6b8191a8b481590b1392bc8a9,286c68e677e664383ec70cd81bcd9cc898ee37b6..9f4fc8d7e5cc02b585ebccb8671f33dfc3fb2369
@@@ -4,12 -4,12 +4,12 @@@
    <parent>
      <groupId>org.opendaylight.controller</groupId>
      <artifactId>commons.opendaylight</artifactId>
 -    <version>1.5.0-SNAPSHOT</version>
 +    <version>1.6.0-SNAPSHOT</version>
      <relativePath>../opendaylight</relativePath>
    </parent>
  
    <artifactId>liblldp</artifactId>
 -  <version>0.9.0-SNAPSHOT</version>
 +  <version>0.10.0-SNAPSHOT</version>
    <packaging>bundle</packaging>
    <dependencies>
      <dependency>
@@@ -27,6 -27,7 +27,7 @@@
      <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-log4j12</artifactId>
+       <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>com.google.guava</groupId>