solve conflict of log4j-over-slf4j.jar AND bound slf4j-log4j12.jar in service module
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/4fc001ad Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/4fc001ad Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/4fc001ad Branch: refs/heads/griffin-0.2.0-incubating-rc4 Commit: 4fc001ad535fe5f11f69c605e1c0d49dd3d7fcfd Parents: 4033893 Author: Lionel Liu <[email protected]> Authored: Wed Apr 18 22:35:52 2018 +0800 Committer: Lionel Liu <[email protected]> Committed: Wed Apr 18 22:35:52 2018 +0800 ---------------------------------------------------------------------- service/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/4fc001ad/service/pom.xml ---------------------------------------------------------------------- diff --git a/service/pom.xml b/service/pom.xml index 6a64ba1..5f7b51c 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -154,6 +154,12 @@ under the License. <groupId>io.confluent</groupId> <artifactId>kafka-schema-registry-client</artifactId> <version>${confluent.version}</version> + <exclusions> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> </dependency> <!--schedule-->
