Fix test problem
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5340c128 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5340c128 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5340c128 Branch: refs/heads/karaf-3.0.x Commit: 5340c128e3952592ba022ac0e7a5436d8e3675bb Parents: df83b98 Author: Christian Schneider <[email protected]> Authored: Thu Apr 2 17:27:17 2015 +0200 Committer: Christian Schneider <[email protected]> Committed: Thu Apr 2 17:27:17 2015 +0200 ---------------------------------------------------------------------- assemblies/features/framework/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/5340c128/assemblies/features/framework/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/features/framework/pom.xml b/assemblies/features/framework/pom.xml index 98847da..84abac1 100644 --- a/assemblies/features/framework/pom.xml +++ b/assemblies/features/framework/pom.xml @@ -108,6 +108,10 @@ <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> + <exclusion> + <artifactId>jcl-over-slf4j</artifactId> + <groupId>org.slf4j</groupId> + </exclusion> </exclusions> </dependency> <dependency>
