Vpnmanager module sync up
[netvirt.git] / vpnservice / vpnmanager / vpnmanager-impl / pom.xml
index 095fedb891b6089cf3fa9b6287bae43be0880cf4..fd4ba453975b582e730dff00991ea1b6607e8c5a 100644 (file)
@@ -65,16 +65,41 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <groupId>${project.groupId}</groupId>
       <artifactId>neutronvpn-api</artifactId>
       <version>${vpnservices.version}</version>
+      </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
     </dependency>
+    <!--dependency>
+      <groupId>org.opendaylight.vpnservice</groupId>
+      <artifactId>lockmanager-api</artifactId>
+      <version>${vpnservices.version}</version>
+    </dependency-->
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>elanmanager-api</artifactId>
       <version>${vpnservices.version}</version>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-binding-broker-impl</artifactId>
+      <groupId>org.opendaylight.netvirt</groupId>
+      <artifactId>natservice-api</artifactId>
+      <version>${vpnservices.version}</version>
     </dependency>
   </dependencies>
 
+  <!--
+      Maven Site Configuration
+
+      The following configuration is necessary for maven-site-plugin to
+      correctly identify the correct deployment path for OpenDaylight Maven
+      sites.
+  -->
+  <url>${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/</url>
+
+  <distributionManagement>
+    <site>
+      <id>opendaylight-site</id>
+      <url>${nexus.site.url}/${project.artifactId}/</url>
+    </site>
+  </distributionManagement>
 </project>