Bump odlparent to 5.0.0
[openflowplugin.git] / libraries / liblldp / pom.xml
index 2cf864d513247d2399b6fb942d5ecd922f03f348..ce5678c9735d1c5ac20e44c73d5ecdca36168f14 100644 (file)
       <artifactId>javax.annotation-api</artifactId>
       <optional>true</optional>
     </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
       <groupId>javax.xml.bind</groupId>
       <artifactId>jaxb-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>com.google.code.findbugs</groupId>
+      <artifactId>jsr305</artifactId>
+      <optional>true</optional>
+    </dependency>
   </dependencies>
 
   <build>
@@ -54,7 +55,8 @@
         <configuration>
           <instructions>
             <Export-Package>
-              org.opendaylight.openflowplugin.libraries.liblldp</Export-Package>
+              org.opendaylight.openflowplugin.libraries.liblldp
+            </Export-Package>
           </instructions>
         </configuration>
       </plugin>