Fix checkstyle
[openflowplugin.git] / libraries / liblldp / pom.xml
index 136cd72f082be4fd7c16ade2c2018c7619663768..f271385044abdd87f0fbac5b487180d03b584717 100644 (file)
@@ -4,8 +4,9 @@
 
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
-    <artifactId>libraries</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.19.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.openflowplugin.libraries</groupId>
 
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
+      <groupId>com.github.spotbugs</groupId>
+      <artifactId>spotbugs-annotations</artifactId>
+      <optional>true</optional>
     </dependency>
     <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
+      <groupId>jakarta.xml.bind</groupId>
+      <artifactId>jakarta.xml.bind-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-lang3</artifactId>
     </dependency>
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
+      <groupId>org.eclipse.jdt</groupId>
+      <artifactId>org.eclipse.jdt.annotation</artifactId>
     </dependency>
   </dependencies>
 
@@ -45,7 +46,8 @@
         <configuration>
           <instructions>
             <Export-Package>
-              org.opendaylight.openflowplugin.libraries.liblldp</Export-Package>
+              org.opendaylight.openflowplugin.libraries.liblldp
+            </Export-Package>
           </instructions>
         </configuration>
       </plugin>
@@ -58,4 +60,4 @@
     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+</project>