Split out odl-mdsal-model-draft-ietf-lisp-lcaf-10 36/74136/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 16:57:26 +0000 (18:57 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 16:59:50 +0000 (18:59 +0200)
This splits out ietf-lisp-address-types into a separate feature.

Change-Id: I3a0138827087ee98125f8661108322b4cb6bd5e7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
model/artifacts/pom.xml
model/features/features-mdsal-model/pom.xml
model/features/odl-mdsal-model-draft-ietf-lisp-lcaf-10/pom.xml [new file with mode: 0644]
model/features/odl-mdsal-models/pom.xml
model/features/pom.xml

index 6e26d75c8cd3dfa0f3c39646542338743c391538..b1f843dd5812cfb81c3a7c0bf92d76fb1a68e2a2 100644 (file)
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
+                <version>1.0.0-SNAPSHOT</version>
+                <classifier>features</classifier>
+                <type>xml</type>
+            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
index c3aa598966fe0abce8a5510c983a513dbfd160ae..8ce7ca517112e16e2ef4a03dbe23d9f18c7786b8 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
diff --git a/model/features/odl-mdsal-model-draft-ietf-lisp-lcaf-10/pom.xml b/model/features/odl-mdsal-model-draft-ietf-lisp-lcaf-10/pom.xml
new file mode 100644 (file)
index 0000000..6d94558
--- /dev/null
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2018 Pantheon Technologies, s.r.o. and others.  All rights reserved.
+
+ This program and the accompanying materials are made available under the
+ terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ and is available at http://www.eclipse.org/legal/epl-v10.html
+ -->
+<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.odlparent</groupId>
+        <artifactId>single-feature-parent</artifactId>
+        <version>3.1.2</version>
+        <relativePath/>
+    </parent>
+
+    <groupId>org.opendaylight.mdsal.model</groupId>
+    <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>feature</packaging>
+
+    <name>OpenDaylight :: MD-SAL :: Model :: draft-ietf-lisp-lcaf-10</name>
+
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.opendaylight.mdsal</groupId>
+                <artifactId>mdsal-artifacts</artifactId>
+                <version>2.5.0-SNAPSHOT</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>mdsal-model-artifacts</artifactId>
+                <version>0.13.0-SNAPSHOT</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
+    <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-rfc6991</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
+        </dependency>
+    </dependencies>
+</project>
index b258de5c7711d1025d251a6e59624f3c2ef2517b..f47f3c287afe78bfac63fb7ce6d2286d145c6181 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-draft-ietf-lisp-lcaf-10</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-model-draft-ietf-netmod-acl-model-07</artifactId>
             <groupId>${project.groupId}</groupId>
             <artifactId>iana-if-type-2014-05-08</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>ietf-lisp-address-types-2015-11-05</artifactId>
-        </dependency>
     </dependencies>
 </project>
index deddf094b66f43593f09e4067c964bcb4e570d8b..776e3baf64dda07c493262fdfce390c37c134e7a 100644 (file)
@@ -41,6 +41,7 @@
         <module>odl-mdsal-model-draft-bierman-netconf-restconf-02</module>
         <module>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01</module>
         <module>odl-mdsal-model-draft-clemm-netmod-yang-network-topo-01-minimal</module>
+        <module>odl-mdsal-model-draft-ietf-lisp-lcaf-10</module>
         <module>odl-mdsal-model-draft-ietf-netmod-acl-model-07</module>
 
         <!-- OpenDaylight-specific -->