From b46ad5d596e81856627beb952c1b5d9cabc63ff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0irok=C3=BD?= Date: Mon, 27 Jun 2016 21:55:28 +0200 Subject: [PATCH] [DROOLS-1216] exclude commons-logging and use jcl-over-slf4j instead (#303) (cherry picked from commit a5f6c09d6356a6a591fd91fee92ecf1fbf8eed00) --- kie-config-cli/pom.xml | 12 ++++++++++++ .../kie-drools-wb-distribution-wars/pom.xml | 13 +++++++++++++ kie-wb-tests/kie-wb-tests-gui/pom.xml | 12 ++++++++++++ kie-wb-tests/kie-wb-tests-rest/pom.xml | 18 ++++++++++++++++++ kie-wb/kie-wb-distribution-wars/pom.xml | 13 +++++++++++++ 5 files changed, 68 insertions(+) diff --git a/kie-config-cli/pom.xml b/kie-config-cli/pom.xml index 7b62de1cb6..9dca11dc0b 100644 --- a/kie-config-cli/pom.xml +++ b/kie-config-cli/pom.xml @@ -19,6 +19,18 @@ org.eclipse.jgit org.eclipse.jgit + + + commons-logging + commons-logging + + + + + + org.slf4j + jcl-over-slf4j + runtime org.jboss.errai diff --git a/kie-drools-wb/kie-drools-wb-distribution-wars/pom.xml b/kie-drools-wb/kie-drools-wb-distribution-wars/pom.xml index 09871941e8..9ea4d52310 100644 --- a/kie-drools-wb/kie-drools-wb-distribution-wars/pom.xml +++ b/kie-drools-wb/kie-drools-wb-distribution-wars/pom.xml @@ -91,6 +91,12 @@ org.jboss.resteasy resteasy-jaxrs + + + commons-logging + commons-logging + + org.jboss.resteasy @@ -230,6 +236,13 @@ org.scannotation scannotation + + + + javassist + javassist + + diff --git a/kie-wb-tests/kie-wb-tests-gui/pom.xml b/kie-wb-tests/kie-wb-tests-gui/pom.xml index 2e19e8cc80..19e125d9e7 100644 --- a/kie-wb-tests/kie-wb-tests-gui/pom.xml +++ b/kie-wb-tests/kie-wb-tests-gui/pom.xml @@ -94,6 +94,12 @@ org.jboss.arquillian.graphene graphene-webdriver pom + + + commons-logging + commons-logging + + org.jboss.arquillian.extension @@ -108,6 +114,12 @@ arquillian-junit-standalone + + + org.slf4j + jcl-over-slf4j + runtime + ch.qos.logback logback-classic diff --git a/kie-wb-tests/kie-wb-tests-rest/pom.xml b/kie-wb-tests/kie-wb-tests-rest/pom.xml index 5ba6b828f9..06bd830e3c 100644 --- a/kie-wb-tests/kie-wb-tests-rest/pom.xml +++ b/kie-wb-tests/kie-wb-tests-rest/pom.xml @@ -26,6 +26,12 @@ org.apache.httpcomponents httpclient + + + commons-logging + commons-logging + + org.codehaus.jackson @@ -42,6 +48,12 @@ org.jboss.resteasy resteasy-jaxrs + + + commons-logging + commons-logging + + org.kie.remote @@ -51,6 +63,12 @@ org.slf4j slf4j-api + + + org.slf4j + jcl-over-slf4j + runtime + diff --git a/kie-wb/kie-wb-distribution-wars/pom.xml b/kie-wb/kie-wb-distribution-wars/pom.xml index f9d6b78f02..ebeb40d601 100644 --- a/kie-wb/kie-wb-distribution-wars/pom.xml +++ b/kie-wb/kie-wb-distribution-wars/pom.xml @@ -104,6 +104,12 @@ org.jboss.resteasy resteasy-jaxrs + + + commons-logging + commons-logging + + org.jboss.resteasy @@ -282,6 +288,13 @@ org.scannotation scannotation + + + + javassist + javassist + +