Handle nullable lists in elanmanager
[netvirt.git] / elanmanager / api / pom.xml
index 1be607a7b9ab8f020c81d867b72cbc67451c81ed..6f3d0cd4faf4d3a128a157e52f81b023e33b61c7 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.7.0-SNAPSHOT</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../../commons/binding-parent</relativePath>
     </parent>
 
@@ -51,6 +51,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>interfacemanager-api</artifactId>
             <version>${genius.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.genius</groupId>
+            <artifactId>itm-api</artifactId>
+            <version>${genius.version}</version>
+        </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>neutronvpn-api</artifactId>