diff --git a/nifi-commons/nifi-security-utils/pom.xml b/nifi-commons/nifi-security-utils/pom.xml index 86f79c0cbc..25be6ed5be 100644 --- a/nifi-commons/nifi-security-utils/pom.xml +++ b/nifi-commons/nifi-security-utils/pom.xml @@ -91,6 +91,16 @@ org.apache.commons commons-configuration2 2.7 + + + commons-logging + commons-logging + + + + + org.slf4j + jcl-over-slf4j diff --git a/nifi-commons/nifi-site-to-site-client/pom.xml b/nifi-commons/nifi-site-to-site-client/pom.xml index 52102a728b..d101015722 100644 --- a/nifi-commons/nifi-site-to-site-client/pom.xml +++ b/nifi-commons/nifi-site-to-site-client/pom.xml @@ -70,16 +70,32 @@ ${httpclient.group} ${httpclient.artifact} ${httpclient.version} + + + commons-logging + commons-logging + + org.apache.httpcomponents httpasyncclient 4.1.4 + + + commons-logging + commons-logging + + org.slf4j slf4j-api + + org.slf4j + jcl-over-slf4j + ch.qos.logback logback-classic diff --git a/nifi-commons/nifi-web-utils/pom.xml b/nifi-commons/nifi-web-utils/pom.xml index e4320d167c..85bf817abc 100644 --- a/nifi-commons/nifi-web-utils/pom.xml +++ b/nifi-commons/nifi-web-utils/pom.xml @@ -90,6 +90,16 @@ httpclient 4.5.6 compile + + + commons-logging + commons-logging + + + + + org.slf4j + jcl-over-slf4j com.squareup.okhttp3 diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml index 7f3a33b81a..d6b2971a87 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/pom.xml @@ -425,6 +425,16 @@ org.apache.httpcomponents httpclient + + + commons-logging + commons-logging + + + + + org.slf4j + jcl-over-slf4j diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml index c15e683358..fcdff64c86 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-security/pom.xml @@ -214,6 +214,10 @@ org.springframework.security.kerberos spring-security-kerberos-core + + org.slf4j + jcl-over-slf4j + com.nimbusds oauth2-oidc-sdk diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml b/nifi-nar-bundles/nifi-framework-bundle/pom.xml index 1e295f3719..7ea9d7f040 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml @@ -314,6 +314,12 @@ org.apache.httpcomponents httpclient 4.5.5 + + + commons-logging + commons-logging + + com.h2database @@ -527,6 +533,10 @@ org.bouncycastle bcprov-ext-jdk15on + + commons-logging + commons-logging + diff --git a/pom.xml b/pom.xml index d0f2efc349..00447d82d6 100644 --- a/pom.xml +++ b/pom.xml @@ -217,18 +217,6 @@ 1.2.3 provided - - ch.qos.logback - jcl-over-slf4j - 1.2.3 - provided - - - org.slf4j - slf4j-api - - - org.slf4j jcl-over-slf4j