Bump versions by x.(y+1).z
[lispflowmapping.git] / mappingservice / southbound / pom.xml
index f0cf90eb34309c478527cbfdf6c349c208b24181..c59b6a6f4ef9773939b9f5a0d10057e474674595 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.14.0-SNAPSHOT</version>
   </parent>
+
   <artifactId>mappingservice.southbound</artifactId>
   <packaging>bundle</packaging>
-  <name>LISP Flow Mapping Southbound Plugin</name>
+  <!-- <name> formatting is used by autorelease to parse and notify projects on
+       build failure. Please do not modify this unless you have a good reason. -->
+  <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
+
+  <properties>
+    <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
+  </properties>
+
   <dependencies>
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-binding-api</artifactId>
+      <groupId>org.osgi</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>sal-common-util</artifactId>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.lispflowmapping</groupId>
-      <artifactId>mappingservice.api</artifactId>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.config</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.inmemorydb</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.dsbackend</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.lisp-proto</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>mappingservice.mapcache</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-buffer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-common</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty-transport-native-epoll</artifactId>
+      <classifier>linux-x86_64</classifier>
+    </dependency>
+    <dependency>
+      <groupId>junit-addons</groupId>
+      <artifactId>junit-addons</artifactId>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
-      <artifactId>mappingservice.implementation</artifactId>
+      <artifactId>common.unittest.tools</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-inline</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-singleton-common-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-singleton-dom-impl</artifactId>
     </dependency>
   </dependencies>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <extensions>true</extensions>
-        <configuration>
-          <instructions>
-            <Export-Package></Export-Package>
-            <Import-Package>org.opendaylight.yang.gen.v1.lispflowmapping.rev131031,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.maprequest,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lispaddress,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.lispaddress.lispaddresscontainer,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.transportaddress,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.mapregisternotification,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.maprequestnotification,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.mapnotifymessage,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.mapreplymessage,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.maprequestmessage,
-                                                       org.opendaylight.yang.gen.v1.lispflowmapping.rev131031.mapreplynotification,
-                                                       com.google.common.net,
-                                                       org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924,
-                                                       org.opendaylight.controller.sal.core,
-                                                       org.apache.felix.dm,
-                                                       org.apache.commons.lang3.builder,
-                                                       org.osgi.service.component,
-                                                       org.slf4j,
-                                                       org.eclipse.osgi.framework.console,
-                                                       org.osgi.framework,
-                                                       org.opendaylight.lispflowmapping.interfaces.lisp,
-                                                       org.opendaylight.lispflowmapping.type,
-                                                       org.opendaylight.lispflowmapping.type.lisp,
-                                                       org.opendaylight.lispflowmapping.type.sbplugin,
-                                                       org.opendaylight.controller.clustering.services,
-                                                       org.opendaylight.lispflowmapping.implementation.serializer,
-                                                       org.opendaylight.lispflowmapping.implementation.util,
-                                                       org.opendaylight.controller.sal.binding.api,
-                                                       org.opendaylight.yangtools.yang.binding,
-                                                       org.opendaylight.yangtools.yang.common</Import-Package>
-            <Bundle-Activator>org.opendaylight.lispflowmapping.southbound.LispSouthboundPlugin</Bundle-Activator>
-            <Service-Component></Service-Component>
-          </instructions>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
+
+  <!--
+      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>