Bump versions by 0.1.0 for next dev cycle
[netvirt.git] / vpnservice / neutronvpn / neutronvpn-impl / pom.xml
index e901e17082adfe65f8d4a050e60da05c92d72d04..96bbf1e296500e4e7843893d7093e9db8e539024 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <parent>
         <groupId>org.opendaylight.netvirt</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
         <relativePath>../../commons/config-parent</relativePath>
     </parent>
 
@@ -42,6 +42,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>elanmanager-api</artifactId>
             <version>${vpnservices.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.genius</groupId>
+            <artifactId>arputil-api</artifactId>
+            <version>${genius.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.genius</groupId>
             <artifactId>mdsalutil-api</artifactId>
@@ -72,6 +77,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>aclservice-api</artifactId>
             <version>${vpnservices.version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.genius</groupId>
+            <artifactId>idmanager-api</artifactId>
+            <version>${genius.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>southbound-api</artifactId>
+            <version>${vpns.ovsdb.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>utils.mdsal-utils</artifactId>
+            <version>${vpns.ovsdb.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.ovsdb</groupId>
+            <artifactId>utils.southbound-utils</artifactId>
+            <version>${vpns.ovsdb.version}</version>
+        </dependency>
+        <dependency>
+        <groupId>org.opendaylight.ovsdb</groupId>
+        <artifactId>utils.config</artifactId>
+        <version>${vpns.ovsdb.version}</version>
+        </dependency>
     </dependencies>
 
     <!--
@@ -89,4 +119,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <url>${nexus.site.url}/${project.artifactId}/</url>
         </site>
     </distributionManagement>
+    <build>
+       <plugins>
+           <plugin>
+              <groupId>org.apache.felix</groupId>
+               <artifactId>maven-bundle-plugin</artifactId>
+               <extensions>true</extensions>
+               <configuration>
+               <instructions>
+                       <Embed-Dependency>utils.config;type=!pom;inline=false</Embed-Dependency>
+                       <Embed-Transitive>true</Embed-Transitive>
+               </instructions>
+               </configuration>
+           </plugin>
+       </plugins>
+   </build>
+    
 </project>