Bump versions by x.(y+1).z
[openflowplugin.git] / libraries / liblldp / pom.xml
index 57c56f266c6927d7e3a20644de7e3b888de0a84e..7e7dffadb0e5e877356da3fd132cbf0c628134d0 100644 (file)
@@ -4,8 +4,9 @@
 
   <parent>
     <groupId>org.opendaylight.openflowplugin</groupId>
-    <artifactId>libraries</artifactId>
-    <version>0.7.0-SNAPSHOT</version>
+    <artifactId>openflowplugin-parent</artifactId>
+    <version>0.17.0-SNAPSHOT</version>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.opendaylight.openflowplugin.libraries</groupId>
@@ -14,8 +15,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-simple</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>com.google.guava</groupId>
-      <artifactId>guava</artifactId>
+      <groupId>jakarta.xml.bind</groupId>
+      <artifactId>jakarta.xml.bind-api</artifactId>
     </dependency>
   </dependencies>
 
@@ -45,7 +42,8 @@
         <configuration>
           <instructions>
             <Export-Package>
-              org.opendaylight.openflowplugin.libraries.liblldp</Export-Package>
+              org.opendaylight.openflowplugin.libraries.liblldp
+            </Export-Package>
           </instructions>
         </configuration>
       </plugin>
@@ -58,4 +56,4 @@
     <url>https://wiki.opendaylight.org/view/OpenDaylight_OpenFlow_Plugin:Main</url>
     <tag>HEAD</tag>
   </scm>
-</project>
\ No newline at end of file
+</project>