Remove unneeded dependency on osgi-core 58/88558/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Mar 2020 20:31:58 +0000 (21:31 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 20 Mar 2020 20:32:25 +0000 (21:32 +0100)
mdsal-binding-api does not need osgi-core, remove the dependency.

Change-Id: I962211addacff49d6d0edbdd1c0d12cde464d431
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-api/pom.xml

index 10e42082d58b78ca4b0a5adc45a41002bcf93676..fb2f15e038f91622567bebee470f462e671464df 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-data-api</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-        </dependency>
+
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-lang3</artifactId>