Merge "Bug 2820 - problem to add second TLV with type 127."
[controller.git] / opendaylight / commons / liblldp / pom.xml
index 1d9cbe3cd0f8d02f58fde1490cbefa06a9c8d5eb..9f4fc8d7e5cc02b585ebccb8671f33dfc3fb2369 100644 (file)
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+    </dependency>
   </dependencies>
 
   <build>
@@ -35,8 +44,8 @@
         <configuration>
           <instructions>
             <Import-Package>org.slf4j,
-              org.apache.commons.lang3.builder,
-              org.apache.commons.lang3.tuple
+              org.apache.commons.lang3.*,
+              com.google.common.*
             </Import-Package>
             <Export-Package>
               org.opendaylight.controller.liblldp</Export-Package>