Remove mdsal-6.0.1 FIXMEs 12/90212/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 2 Jun 2020 11:51:18 +0000 (13:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 2 Jun 2020 11:51:18 +0000 (13:51 +0200)
We have mdsal-6.0.1 integrated, remove the associated FIXMEs.

Change-Id: I0027f61816ddc490f6f5fdbc7f76d9322a93c146
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
artifacts/upstream/artifacts/pom.xml
onap-karaf/pom.xml

index 03c43405f31dc0faaaae36a5e83b6ea1b255d1e3..efb6b6929195692332bb72ebfac8afab388af4ee 100644 (file)
                         <type>pom</type>
                         <scope>import</scope>
                     </dependency>
-                    <!-- FIXME: remove this with mdsal-6.0.1+ -->
-                    <dependency>
-                        <groupId>org.opendaylight.mdsal</groupId>
-                        <artifactId>odl-mdsal-trace</artifactId>
-                        <version>${mdsal.version}</version>
-                        <classifier>features</classifier>
-                        <type>xml</type>
-                    </dependency>
                 </dependencies>
             </dependencyManagement>
         </profile>
index b0a695d37c347d3a676e54c389816fdff1f097f8..6f84fd8958cbd08ce7aa17475a480e108c68ae98 100644 (file)
             <scope>runtime</scope>
         </dependency>
 
-        <!-- MD-SAL Trace -->
-        <!-- FIXME: remove this with mdsal-6.0.1+ -->
-        <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-trace</artifactId>
-            <classifier>features</classifier>
-            <type>xml</type>
-            <scope>runtime</scope>
-        </dependency>
-
         <!-- Netconf -->
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>