Add LISP Flow Mapping to Karaf 4 distribution 09/59709/7
authorLorand Jakab <lojakab@cisco.com>
Wed, 7 Jun 2017 09:53:22 +0000 (12:53 +0300)
committerLorand Jakab <lojakab@cisco.com>
Thu, 13 Jul 2017 17:07:08 +0000 (20:07 +0300)
Change-Id: Ibdf212e5a340af1ed2347d4e858b596cf05f02bc
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
Signed-off-by: Andrej Kilvady <akilvady@cisco.com>
artifacts/upstream/artifacts/pom.xml
features/repos/index/pom.xml
features/singles/odl-integration-compatible-with-all/pom.xml

index 4d10548bff03d0f7c4e163de6903df29647ccca8..66aee08dccbeaf28bd7a81ac057679e457e16f14 100644 (file)
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.lispflowmapping</groupId>
+                <artifactId>lispflowmapping-artifacts</artifactId>
+                <version>${lispflowmapping.version}</version>
+                <type>pom</type>
+                <scope>import</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>restconf-artifacts</artifactId>
index dfffc7daa4e43b2b8c7d0496f714a0863bb5281e..4f78317b59f6611bbd69d52cc36d41de0d56e9f1 100644 (file)
 
         <!-- FIXME: Add Mdsal -->
 
+        <!-- LISP Flow Mapping -->
+        <dependency>
+            <groupId>org.opendaylight.lispflowmapping</groupId>
+            <artifactId>features-lispflowmapping</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+
         <!-- Netconf -->
         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
         <dependency>
index 3d4f1d1875c9dddcd442648b329e6a65d5e38255..9db9d4061a4d8376ab7f1628e2c4aa6a5e112502 100644 (file)
             <classifier>features</classifier>
         </dependency>
 
+        <!-- LISP Flow Mapping -->
+        <dependency>
+            <groupId>org.opendaylight.lispflowmapping</groupId>
+            <artifactId>odl-lispflowmapping-msmr</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+
         <!-- Netconf -->
         <!-- Commented out due to https://bugs.opendaylight.org/show_bug.cgi?id=7891
         <dependency>