Add yangtools/mdsal experimental features 88/90188/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Jun 2020 12:55:21 +0000 (14:55 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Jun 2020 12:55:21 +0000 (14:55 +0200)
Both yangtools and mdsal provide a few features which are deemed
experimental. Make sure we package them.

Change-Id: I31c417a37bd826ebf139646ab6698d52e62f3fc6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/repos/index/pom.xml

index fedd67206f3926f62d9f99f74abfe9d4336b0987..d340ea47d49fec8e39c2d108048d822b16b6eaf3 100644 (file)
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.mdsal</groupId>
+                    <artifactId>features-mdsal-experimental</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
             </dependencies>
         </profile>
         <!-- Netconf -->
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
+                <dependency>
+                    <groupId>org.opendaylight.yangtools</groupId>
+                    <artifactId>features-yangtools-experimental</artifactId>
+                    <classifier>features</classifier>
+                    <type>xml</type>
+                </dependency>
             </dependencies>
         </profile>
     </profiles>