Split out odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00 38/74138/2
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 17:09:34 +0000 (19:09 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 17 Jul 2018 17:30:35 +0000 (19:30 +0200)
This feature hosts the iana-afn-safi@2013-07-04.yang model,
which is ot going to go anywhere as the document has explired.

Change-Id: Icc4077c0d096ca2a2eb01ad7d9809377919d787d
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-netmod-iana-afn-safi-00/pom.xml [new file with mode: 0644]
model/features/odl-mdsal-models/pom.xml
model/features/pom.xml

index b1f843dd5812cfb81c3a7c0bf92d76fb1a68e2a2..219042ed70ea408ddadee96be91cd655aeb93e21 100644 (file)
                 <version>0.11.0-SNAPSHOT</version>
             </dependency>
 
-            <!-- FIXME: where is the authoritative source of this ? -->
+            <!-- draft-ietf-netmod-iana-afn-safi-00, expired -->
             <dependency>
                 <groupId>org.opendaylight.mdsal.model</groupId>
                 <artifactId>iana-afn-safi</artifactId>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
+            <dependency>
+                <groupId>org.opendaylight.mdsal.model</groupId>
+                <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</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-odl-l2-types</artifactId>
index 8ce7ca517112e16e2ef4a03dbe23d9f18c7786b8..36de84c9060bb0e6d5be4f0a6808a6d05a9e3a62 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
diff --git a/model/features/odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00/pom.xml b/model/features/odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00/pom.xml
new file mode 100644 (file)
index 0000000..4122217
--- /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-netmod-iana-afn-safi-00</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>feature</packaging>
+
+    <name>OpenDaylight :: MD-SAL :: Model :: draft-ietf-netmod-iana-afn-safi-00</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</groupId>
+            <artifactId>odl-mdsal-binding-base</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>iana-afn-safi</artifactId>
+        </dependency>
+    </dependencies>
+</project>
index f47f3c287afe78bfac63fb7ce6d2286d145c6181..988653e393b5c405ce90b107a220c535481ebae6 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
-
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
+            <artifactId>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</artifactId>
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
 
-        <!-- Uncatalogued -->
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>yang-ext</artifactId>
+            <groupId>org.opendaylight.mdsal.model</groupId>
+            <artifactId>odl-mdsal-model-odl-l2-types</artifactId>
+            <classifier>features</classifier>
+            <type>xml</type>
         </dependency>
 
         <!-- TODO: these need some cleaning up -->
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>iana-afn-safi</artifactId>
+            <artifactId>yang-ext</artifactId>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
index 776e3baf64dda07c493262fdfce390c37c134e7a..25c8072fd2f026b0a2f3a1b60036dc0cab288384 100644 (file)
@@ -43,6 +43,7 @@
         <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>
+        <module>odl-mdsal-model-draft-ietf-netmod-iana-afn-safi-00</module>
 
         <!-- OpenDaylight-specific -->
         <module>odl-mdsal-model-odl-l2-types</module>