Do not package mdsal features 69/93869/5
authorLuis Gomez <ecelgp@gmail.com>
Wed, 18 Nov 2020 02:07:50 +0000 (18:07 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 18 Nov 2020 04:09:38 +0000 (20:09 -0800)
JIRA: INTTEST-123

Change-Id: Ib92103f529b121397990ba1c7c87b839ae9d558d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
features/repos/index/pom.xml

index 188c9a30d545c680768e1c19279ec8314ae38244..fde9ff8354a2e8427983fae6480512af15976503 100644 (file)
         <profile>
             <id>mdsal</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <!-- Note: this is disabled due to naming conflict with
+                     controller's 'features-mdsal', above. -->
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
-                <!-- Note: this is disabled due to naming conflict with
-                           controller's 'features-mdsal', above.
                 <dependency>
                     <groupId>org.opendaylight.mdsal</groupId>
                     <artifactId>features-mdsal</artifactId>
                     <classifier>features</classifier>
                     <type>xml</type>
                 </dependency>
-                 -->
                 <dependency>
                     <groupId>org.opendaylight.mdsal</groupId>
                     <artifactId>features-mdsal-experimental</artifactId>