Merge "Automatic tunnel configuration"
[netvirt.git] / vpnservice / neutronvpn / neutronvpn-impl / pom.xml
index b999ad9052ae13e539ca38407d90b6cd36411244..81d44fac31d8eb1a2fb5ffafd8d4612b7a89bce6 100644 (file)
@@ -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>
@@ -67,6 +72,36 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>natservice-api</artifactId>
             <version>${vpnservices.version}</version>
         </dependency>
+        <dependency>
+            <groupId>${project.groupId}</groupId>
+            <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>
 
     <!--
@@ -84,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>