Remove convenience model artifacts 23/105723/5
authorSamuel Schneider <samuel.schneider@pantheon.tech>
Thu, 27 Apr 2023 10:45:28 +0000 (12:45 +0200)
committerRobert Varga <nite@hq.sk>
Sat, 13 May 2023 20:35:00 +0000 (20:35 +0000)
Remove empty artifacts as they do not contribute anything to the actual
picture and act only as maven dependency shortcut.

JIRA: MDSAL-823
Change-Id: I01c83ae3e624582048a47d013082d62e983a2590
Signed-off-by: Samuel Schneider <samuel.schneider@pantheon.tech>
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
34 files changed:
artifacts/pom.xml
docs/pom.xml
features/odl-mdsal-model-rfc6991/pom.xml
features/odl-mdsal-model-rfc8294/pom.xml
features/odl-mdsal-model-rfc8342/pom.xml
features/odl-mdsal-model-rfc8345/pom.xml
features/odl-mdsal-model-rfc8346/pom.xml
features/odl-mdsal-model-rfc8348/pom.xml
features/odl-mdsal-model-rfc8349/pom.xml
features/odl-mdsal-model-rfc8519/pom.xml
features/odl-mdsal-model-rfc8520/pom.xml
features/odl-mdsal-model-rfc8542/pom.xml
features/odl-mdsal-model-rfc8776/pom.xml
features/odl-mdsal-model-rfc8795/pom.xml
model/ietf/ietf-topology/pom.xml
model/ietf/pom.xml
model/ietf/rfc6991/pom.xml [deleted file]
model/ietf/rfc8294-ietf-routing-types/pom.xml
model/ietf/rfc8294/pom.xml [deleted file]
model/ietf/rfc8342/pom.xml [deleted file]
model/ietf/rfc8344/pom.xml
model/ietf/rfc8345/pom.xml [deleted file]
model/ietf/rfc8346/pom.xml [deleted file]
model/ietf/rfc8348-ietf-hardware/pom.xml
model/ietf/rfc8348/pom.xml [deleted file]
model/ietf/rfc8349/pom.xml [deleted file]
model/ietf/rfc8519-ietf-packet-fields/pom.xml
model/ietf/rfc8519/pom.xml [deleted file]
model/ietf/rfc8520/pom.xml [deleted file]
model/ietf/rfc8525/pom.xml
model/ietf/rfc8528/pom.xml
model/ietf/rfc8542/pom.xml [deleted file]
model/ietf/rfc8776/pom.xml [deleted file]
model/ietf/rfc8795/pom.xml [deleted file]

index 35cd7822765b70ab8e5158f444f100d4d9cb7143..1c1a4b0f19af76fe77797066f88df91ce0d21550 100644 (file)
             </dependency>
 
             <!-- RFC6991 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc6991</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc6991-ietf-inet-types</artifactId>
 
             <!-- RFC8294 -->
             <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8294</artifactId>
+                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+                <artifactId>iana-routing-types</artifactId>
                 <version>12.0.0-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <artifactId>rfc8294-ietf-routing-types</artifactId>
                 <version>12.0.0-SNAPSHOT</version>
             </dependency>
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
-                <artifactId>iana-routing-types</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
 
             <!-- RFC8342 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8342</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8342-ietf-datastores</artifactId>
             </dependency>
 
             <!-- RFC8345 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8345</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8345-ietf-network</artifactId>
             </dependency>
 
             <!-- RFC8346 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8346</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
             </dependency>
 
             <!-- RFC8348 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8348</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8348-ietf-hardware</artifactId>
             </dependency>
 
             <!-- RFC8349 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8349</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8349-ietf-routing</artifactId>
             </dependency>
 
             <!-- RFC8519 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8519</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8519-ietf-access-control-list</artifactId>
             </dependency>
 
             <!-- RFC8520 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8520</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8520-ietf-acldns</artifactId>
             </dependency>
 
             <!-- RFC8542 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8542</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
             </dependency>
 
             <!-- RFC8776 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8776</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8776-ietf-te-types</artifactId>
                 <version>12.0.0-SNAPSHOT</version>
             </dependency>
 
-            <!-- RFC8776 -->
-            <dependency>
-                <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-                <artifactId>rfc8795</artifactId>
-                <version>12.0.0-SNAPSHOT</version>
-            </dependency>
+            <!-- RFC8795 -->
             <dependency>
                 <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
                 <artifactId>rfc8795-ietf-te-topology</artifactId>
index 33aa6ece59b482f86011a2711749c9804d8d41d6..2901f0d695cfe33932bf28a17a41ac1b4f9cf9e0 100644 (file)
             <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>opendaylight-l2-types</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc6991-ietf-inet-types</artifactId>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8040</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8294</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8294-ietf-routing-types</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8342</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8342-ietf-datastores</artifactId>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8344</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8345</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8345-ietf-network</artifactId>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8345-ietf-network-topology-state</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8346</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8348</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8348-ietf-hardware</artifactId>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8348-ietf-hardware-state</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8349</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8349-ietf-routing</artifactId>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8519</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8519-ietf-access-control-list</artifactId>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8519-ietf-packet-fields</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8520</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8520-ietf-acldns</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8542</artifactId>
+            <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8776</artifactId>
+            <artifactId>rfc8776-ietf-te-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8795</artifactId>
+            <artifactId>rfc8776-ietf-te-packet-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
index 2ad318855bb1bfd1e1f459dec218eea8dd4ffbdb..1cb7b0e73e27f0342123056f061637c4b69f3c18 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
 </project>
index c66b535a4747bb74e87f7949092b213c38468642..2ceecca53b965e0dd0b9b40ca97e05d43bba7202 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+            <artifactId>iana-routing-types</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8294</artifactId>
+            <artifactId>rfc8294-ietf-routing-types</artifactId>
         </dependency>
     </dependencies>
 </project>
index 15ab92489d3de99eb279c16c2166a2035ad1e6ce..949d7b325f1dbc96a59ecd8f5ef6dc4180c6aa1c 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8342</artifactId>
+            <artifactId>rfc8342-ietf-datastores</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8342-ietf-origin</artifactId>
         </dependency>
     </dependencies>
 </project>
index 8c95575f036cdaa72a251d5b0254076365e6821b..b4fd34cd98e4e54c61e71e7d8f566ed255be3d64 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8345</artifactId>
+            <artifactId>rfc8345-ietf-network</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8345-ietf-network-state</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8345-ietf-network-topology</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8345-ietf-network-topology-state</artifactId>
         </dependency>
     </dependencies>
 </project>
index 4268d50b70d2d30c50335cd0abd27d0116e0c470..a4748d30e7a8238b41229b79f9ccc00f69ea184b 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8346</artifactId>
+            <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8346-ietf-l3-unicast-topology-state</artifactId>
         </dependency>
     </dependencies>
 </project>
index af5aaa3a439a46b03dad5ec34c16fd9d41afa010..8605c0648750526b835e78de31d40efd39228182 100644 (file)
             <classifier>features</classifier>
             <type>xml</type>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
+            <artifactId>iana-hardware</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8348-ietf-hardware</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8348</artifactId>
+            <artifactId>rfc8348-ietf-hardware-state</artifactId>
         </dependency>
     </dependencies>
 </project>
index a43b8d4f2ff6964ceca8b1e91136a338bbcfefe3..57c03b6c605cba84d05d6502a17660ea3c6ab474 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8349</artifactId>
+            <artifactId>rfc8349-ietf-routing</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
         </dependency>
     </dependencies>
 </project>
index b0b4d80a31789ce0c851268bf59951f80eba05b0..73e5f30d13fe80f9050343afa1077eb56e731882 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8519</artifactId>
+            <artifactId>rfc8519-ietf-access-control-list</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8519-ietf-ethertypes</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8519-ietf-packet-fields</artifactId>
         </dependency>
     </dependencies>
 </project>
index cc7280b0001336ab8d1bb48e2dedc79f5125846d..9bff4fce995910e8e3d3125ddd95b8860d28667f 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8520</artifactId>
+            <artifactId>rfc8520-ietf-acldns</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8520-ietf-mud</artifactId>
         </dependency>
     </dependencies>
 </project>
index f47cae945d36a5fc83fa5bf62db2aa47fbec667f..a07dd69b0107a086ae59cd11fa608a53fc6175ea 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8542</artifactId>
+            <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8542-ietf-dc-fabric-types</artifactId>
         </dependency>
     </dependencies>
 </project>
index 16fcfe48b87d5be6a8f6d6286e8a90073e621675..cacf4973e1ef2f3d5b89cba6cdfeef8d87ced52e 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8776</artifactId>
+            <artifactId>rfc8776-ietf-te-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8776-ietf-te-packet-types</artifactId>
         </dependency>
     </dependencies>
 </project>
index ee60c69cb95f3b4d25bfba9a39efef033f9b35d0..29413849a2610e4d40ad36871c3c873e8c1e4e2f 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8795</artifactId>
+            <artifactId>rfc8795-ietf-te-topology</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc8795-ietf-te-topology-state</artifactId>
         </dependency>
     </dependencies>
 </project>
index 46aef0277aede970aeb278b0d6bcdbe5734bb227..0b5940f9ab9025aad11a3db01f5d2ff5c6f6fa1a 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
 </project>
index 994a68fe9f6ff7b7e46b2d738d4022641b9db9e7..54d51b6d131f96ef81b6e3abee9b4f2d6bdc1d32 100644 (file)
@@ -26,7 +26,6 @@
 
     <modules>
         <!-- RFC6991 -->
-        <module>rfc6991</module>
         <module>rfc6991-ietf-inet-types</module>
         <module>rfc6991-ietf-yang-types</module>
         <module>ietf-type-util</module>
         <module>rfc8072</module>
 
         <!-- RFC8294 Common YANG Data Types for the Routing Area -->
-        <module>rfc8294</module>
         <module>rfc8294-ietf-routing-types</module>
 
         <!-- RFC8342 Network Management Datastore Architecture -->
-        <module>rfc8342</module>
         <module>rfc8342-ietf-datastores</module>
         <module>rfc8342-ietf-origin</module>
 
         <module>rfc8344</module>
 
         <!-- RFC8345 Network Topologies -->
-        <module>rfc8345</module>
         <module>rfc8345-ietf-network</module>
         <module>rfc8345-ietf-network-state</module>
         <module>rfc8345-ietf-network-topology</module>
         <module>rfc8345-ietf-network-topology-state</module>
 
         <!-- RFC8346 Layer 3 Topologies -->
-        <module>rfc8346</module>
         <module>rfc8346-ietf-l3-unicast-topology</module>
         <module>rfc8346-ietf-l3-unicast-topology-state</module>
 
         <!-- RFC8348 Hardware Management -->
-        <module>rfc8348</module>
         <module>rfc8348-ietf-hardware</module>
         <module>rfc8348-ietf-hardware-state</module>
 
         <!-- RFC8349 Routing Management -->
-        <module>rfc8349</module>
         <module>rfc8349-ietf-routing</module>
         <module>rfc8349-ietf-ipv4-unicast-routing</module>
         <module>rfc8349-ietf-ipv6-unicast-routing</module>
 
         <!-- RFC8519 Network Access Control Lists -->
-        <module>rfc8519</module>
         <module>rfc8519-ietf-access-control-list</module>
         <module>rfc8519-ietf-ethertypes</module>
         <module>rfc8519-ietf-packet-fields</module>
 
         <!-- RFC8520 Manufacturer Usage Description -->
-        <module>rfc8520</module>
         <module>rfc8520-ietf-acldns</module>
         <module>rfc8520-ietf-mud</module>
 
         <module>rfc8530</module>
 
         <!-- RFC8542 Fabric Topology in Data-Center Networks -->
-        <module>rfc8542</module>
         <module>rfc8542-ietf-dc-fabric-topology</module>
         <module>rfc8542-ietf-dc-fabric-types</module>
 
         <!-- RFC8776 Common YANG Data Types for Traffic Engineering -->
-        <module>rfc8776</module>
         <module>rfc8776-ietf-te-types</module>
         <module>rfc8776-ietf-te-packet-types</module>
 
         <!-- RFC8795 YANG Data Model for Traffic Engineering (TE) Topologies -->
-        <module>rfc8795</module>
         <module>rfc8795-ietf-te-topology</module>
         <module>rfc8795-ietf-te-topology-state</module>
 
diff --git a/model/ietf/rfc6991/pom.xml b/model/ietf/rfc6991/pom.xml
deleted file mode 100644 (file)
index 5dcb6ee..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2013 Cisco Systems, Inc. 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc6991</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC6991 Common YANG Data Types</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991-ietf-inet-types</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991-ietf-yang-types</artifactId>
-        </dependency>
-    </dependencies>
-</project>
index 556d65f340d8d48c8c02539c32da40ff428598a0..9759bb1861dda83305649b67da4ed90f46ee0d96 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
 </project>
diff --git a/model/ietf/rfc8294/pom.xml b/model/ietf/rfc8294/pom.xml
deleted file mode 100644 (file)
index 22ca337..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2018 Pantheon Technologies, s.ro. 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8294</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8294 Common YANG Data Types for the Routing Area</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8294-ietf-routing-types</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.iana</groupId>
-            <artifactId>iana-routing-types</artifactId>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/model/ietf/rfc8342/pom.xml b/model/ietf/rfc8342/pom.xml
deleted file mode 100644 (file)
index c4578c1..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2018 Pantheon Technologies, s.ro. 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8342</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8342 Network Management Datastore Architecture</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8342-ietf-datastores</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8342-ietf-origin</artifactId>
-        </dependency>
-    </dependencies>
-</project>
index 35232a1d934f135eafdc9115b264db84da485e6f..559af032281579c480331ac19229658727c7923c 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
diff --git a/model/ietf/rfc8345/pom.xml b/model/ietf/rfc8345/pom.xml
deleted file mode 100644 (file)
index dfb1b39..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2013 Cisco Systems, Inc. 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8345</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8345 Network Topologies</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8345-ietf-network</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8345-ietf-network-topology</artifactId>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/model/ietf/rfc8346/pom.xml b/model/ietf/rfc8346/pom.xml
deleted file mode 100644 (file)
index 88f7a73..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2020 PANTHEON.tech, 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8346</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8346 Layer 3 Topologies</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8346-ietf-l3-unicast-topology</artifactId>
-        </dependency>
-    </dependencies>
-</project>
index 9f8b16f3b48c2e57405fccbdb24efde4ab387151..38a9e02a57cd64296530c7f409c7a32303c0c433 100644 (file)
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
 </project>
diff --git a/model/ietf/rfc8348/pom.xml b/model/ietf/rfc8348/pom.xml
deleted file mode 100644 (file)
index 96a58d7..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8348</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8348 Hardware Management</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8348-ietf-hardware</artifactId>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/model/ietf/rfc8349/pom.xml b/model/ietf/rfc8349/pom.xml
deleted file mode 100644 (file)
index d66bc40..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2013 Cisco Systems, Inc. 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8349</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8349 Routing Management</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8349-ietf-routing</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8349-ietf-ipv4-unicast-routing</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8349-ietf-ipv6-unicast-routing</artifactId>
-        </dependency>
-    </dependencies>
-</project>
index a6e9922051e096096c23b320be637e07c6b9d671..730bf0259a1313e467caf84a82cbc79ca2841bf9 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
diff --git a/model/ietf/rfc8519/pom.xml b/model/ietf/rfc8519/pom.xml
deleted file mode 100644 (file)
index 11fcb23..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2019 PANTHEON.tech, 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8519</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8519 Network Access Control Lists</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8519-ietf-access-control-list</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8519-ietf-ethertypes</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8519-ietf-packet-fields</artifactId>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/model/ietf/rfc8520/pom.xml b/model/ietf/rfc8520/pom.xml
deleted file mode 100644 (file)
index af08ca6..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2019 PANTHEON.tech, 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8520</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8520 Manufacturer Usage Description</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8520-ietf-acldns</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8520-ietf-mud</artifactId>
-        </dependency>
-    </dependencies>
-</project>
index 6e3151b9fbbebf3377fba8f1c419b8a2e69f610b..a8c61159890ad58e8104d751c1d7f91ed79be8b2 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <artifactId>rfc8342-ietf-datastores</artifactId>
         </dependency>
     </dependencies>
-
 </project>
index 7ee56607a0c7326a8ef658030205b2a51452dfd0..93c181f7200c82e4d4f85d2afaf4fb79e5f6b77f 100644 (file)
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc6991</artifactId>
+            <artifactId>rfc6991-ietf-inet-types</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+            <artifactId>rfc6991-ietf-yang-types</artifactId>
         </dependency>
     </dependencies>
 </project>
diff --git a/model/ietf/rfc8542/pom.xml b/model/ietf/rfc8542/pom.xml
deleted file mode 100644 (file)
index 0e47248..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2019 PANTHEON.tech, 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8542</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8542 Fabric Topology in Data-Center Networks</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8542-ietf-dc-fabric-topology</artifactId>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/model/ietf/rfc8776/pom.xml b/model/ietf/rfc8776/pom.xml
deleted file mode 100644 (file)
index 7a731ec..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2020 PANTHEON.tech, 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8776</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8776 Common YANG Data Types for Traffic Engineering</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8776-ietf-te-types</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8776-ietf-te-packet-types</artifactId>
-        </dependency>
-    </dependencies>
-</project>
diff --git a/model/ietf/rfc8795/pom.xml b/model/ietf/rfc8795/pom.xml
deleted file mode 100644 (file)
index 7ba146b..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!--
- Copyright (c) 2020 PANTHEON.tech, 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.mdsal</groupId>
-        <artifactId>dom-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
-        <relativePath>../../../dom/dom-parent</relativePath>
-    </parent>
-
-    <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-    <artifactId>rfc8795</artifactId>
-    <version>12.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>${project.artifactId}</name>
-    <description>RFC8795 YANG Data Model for Traffic Engineering (TE) Topologies</description>
-
-    <dependencies>
-        <dependency>
-            <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-            <artifactId>rfc8795-ietf-te-topology</artifactId>
-        </dependency>
-    </dependencies>
-</project>