Add missing annotation dependencies for Java 11
[netvirt.git] / neutronvpn / impl / pom.xml
index 3f4dad3b9b76b34d8170e1439d003c661a1027fd..37c62eead74c559c96ffb1c91b92c64f78a7453d 100644 (file)
@@ -11,9 +11,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
-        <artifactId>managed-tx-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
-        <relativePath>../../commons/managed-tx-parent</relativePath>
+        <artifactId>binding-parent</artifactId>
+        <version>0.9.0-SNAPSHOT</version>
+        <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
     <artifactId>neutronvpn-impl</artifactId>
@@ -22,6 +22,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.google.code.gson</groupId>
             <artifactId>gson</artifactId>
@@ -29,6 +33,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <dependency>
             <groupId>javax.inject</groupId>
             <artifactId>javax.inject</artifactId>
+            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
@@ -51,9 +56,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${genius.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.genius</groupId>
+            <groupId>org.opendaylight.serviceutils</groupId>
             <artifactId>tools-api</artifactId>
-            <version>${genius.version}</version>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
@@ -138,6 +142,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <version>${infrautils.version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+               <groupId>org.opendaylight.genius</groupId>
+               <artifactId>ipv6util-api</artifactId>
+               <version>${genius.version}</version>
+        </dependency>
     </dependencies>
 
     <build>