remove duplicate pax-cdi-api dependency in mdsalutil-impl 76/71076/2
authorMichael Vorburger <vorburger@redhat.com>
Wed, 18 Apr 2018 09:50:48 +0000 (11:50 +0200)
committerMichael Vorburger <vorburger@redhat.com>
Thu, 19 Apr 2018 14:00:19 +0000 (14:00 +0000)
[WARNING] Some problems were encountered while building the effective model for org.opendaylight.genius:mdsalutil-impl:bundle:0.5.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.ops4j.pax.cdi:pax-cdi-api:jar -> duplicate declaration of version (?) @ line 115, column 17

Change-Id: I6a470db91686a790c76270386821bb364d75eae6
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
mdsalutil/mdsalutil-impl/pom.xml

index 04f024a44eeda84e323f1833e68b4264794997ac..21f531897d9f5fb338f1148f725d2628d57ac148 100644 (file)
@@ -112,11 +112,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>mdsalutil-api</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.ops4j.pax.cdi</groupId>
-      <artifactId>pax-cdi-api</artifactId>
-      <optional>true</optional>
-    </dependency>
   </dependencies>
   <build>
     <plugins>