Remove commented-out dependency 84/107784/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 10 Sep 2023 16:40:03 +0000 (18:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 10 Sep 2023 16:40:44 +0000 (18:40 +0200)
We are not using this dependency and we seem to have our house quite in
order. Remove the dependency.

Change-Id: I1db798c899cd381e710a10f11c6ea434cf907f0d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
abstract-feature-parent/pom.xml

index 18495dd8a64e464e66efe2259feed6a18fb94953..a5dbe2c51910a54ca46478cffad1b59aaa8dd910 100644 (file)
             <artifactId>slf4j-api</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- required due to https://jira.opendaylight.org/browse/ODLPARENT-136 -->
-        <!--dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi.cmpn</artifactId>
-            <scope>test</scope>
-        </dependency-->
     </dependencies>
 
     <build>