BUG-4219: remove slf4j-api dependencies 74/49374/2
authorStephen Kitt <skitt@redhat.com>
Wed, 14 Dec 2016 17:27:32 +0000 (18:27 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 15 Dec 2016 11:36:07 +0000 (11:36 +0000)
These are provided by odlparent and cause issues when generating
features (in preparation for the Karaf 4 migration).

Change-Id: I9881bf1b952b42a475e6633bdf11815c4f40e1f7
Signed-off-by: Stephen Kitt <skitt@redhat.com>
common/checkstyle-logging/pom.xml
common/object-cache-api/pom.xml
common/util/pom.xml
yang/yang-common/pom.xml

index 9fa9e11c764f72d1d44e2c766f901ac1e094bf51..ff549817e274752741c48277aca7179192a40874 100644 (file)
       <artifactId>commons-logging</artifactId>
       <version>1.2</version>
     </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-api</artifactId>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
index d71b0f3725ecd6531f91a49ea4f36b833c73b4cb..e471525ebd251a9cfaddb788a76443699017a5c3 100644 (file)
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
index 538c31b1a0cc077aa8dfd455cf16a62995dc6d62..fb3dbf2c9912b81ab32b9c81baecedd814d38a75 100644 (file)
             <groupId>com.google.code.findbugs</groupId>
             <artifactId>jsr305</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
index 147bc0ce3a6a6c5799f72e0a1795d1899e908b74..d07a251b51419631886acafd4d20815f16e0ab89 100644 (file)
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>concepts</artifactId>