BUG-4219: remove slf4j-api dependencies 30/49430/2
authorStephen Kitt <skitt@redhat.com>
Thu, 15 Dec 2016 13:38:10 +0000 (14:38 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 15 Dec 2016 17:00:04 +0000 (17:00 +0000)
These are provided by odlparent and cause issues when generating
features (in preparation for the Karaf 4 migration).

Change-Id: I24c392017ae4353264b721d4ea01f5769172fc4c
Signed-off-by: Stephen Kitt <skitt@redhat.com>
binding/mdsal-binding-dom-adapter/pom.xml
dom/mdsal-dom-broker/pom.xml
dom/mdsal-dom-inmemory-datastore/pom.xml

index 6298d5efaeb0dd3fda76f93d172fb42100689421..24eced10101ba2a3f3c099ab2e9022e75f5d7b6e 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-model-util</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.core</artifactId>
index 03474a8275ef2620ff629433382e70dc8688dccd..442369e6a578fe1c73431f5961bb6a2d2fb54c34 100644 (file)
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
 
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
index 177fe6de28640142637e5725b8cf7d6a51e0cc70..471be2acf9557a016af5b7e8c3f0c4a1783b06d2 100644 (file)
             <artifactId>org.osgi.core</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
         <!-- Test Dependencies -->
         <dependency>
             <groupId>junit</groupId>