Exclude slf4j-api from generated features 54/49654/1
authorStephen Kitt <skitt@redhat.com>
Tue, 20 Dec 2016 14:56:20 +0000 (15:56 +0100)
committerStephen Kitt <skitt@redhat.com>
Tue, 20 Dec 2016 14:58:47 +0000 (15:58 +0100)
This avoids issues with features depending on slf4j-api, without
needing to fix all the bundle dependencies to avoid pulling it in.

Change-Id: I765f2ab4d34ae39a878605ac4b2b70398febfca5
Signed-off-by: Stephen Kitt <skitt@redhat.com>
single-feature-parent/pom.xml

index 053536bbab41e6bb5dd94c55d0ee8d9eb84962fa..579c949fa2012ecabceb8f50ab5922bca0dc3de0 100644 (file)
                 <artifactId>karaf-maven-plugin</artifactId>
                 <version>3.0.8</version>
                 <extensions>true</extensions>
+                <configuration>
+                    <excludedArtifactIds>
+                        <excludedArtifactId>slf4j-api</excludedArtifactId>
+                    </excludedArtifactIds>
+                </configuration>
             </plugin>
         </plugins>
     </build>