Karaf 4: exclude jcl-over-slf4j 47/50847/3
authorStephen Kitt <skitt@redhat.com>
Mon, 23 Jan 2017 17:31:03 +0000 (18:31 +0100)
committerRobert Varga <nite@hq.sk>
Tue, 24 Jan 2017 17:49:05 +0000 (17:49 +0000)
We need to exclude this for dlux.

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

index 0f5661f3b168d609d011fb83526d5ddef8ddbc43..504aa3040443c8d806697fa18289f70a0ab9c479 100644 (file)
@@ -65,6 +65,7 @@
                     <simplifyBundleDependencies>true</simplifyBundleDependencies>
                     <excludedArtifactIds>
                         <excludedArtifactId>slf4j-api</excludedArtifactId>
+                        <excludedArtifactId>jcl-over-slf4j</excludedArtifactId>
                     </excludedArtifactIds>
                 </configuration>
             </plugin>