From 5054fc3ac68b3a5cef7429a6dc380cb446d0c685 Mon Sep 17 00:00:00 2001 From: exceptionfactory Date: Wed, 12 Jan 2022 10:48:56 -0600 Subject: [PATCH] NIFI-9564 This closes #5652. Removed unnecessary logback-classic test dependencies Signed-off-by: Joe Witt --- nifi-bootstrap/pom.xml | 5 ----- nifi-commons/nifi-bootstrap-utils/pom.xml | 6 ------ 2 files changed, 11 deletions(-) diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml index ff40d5b5ae..5fd23dbc8f 100644 --- a/nifi-bootstrap/pom.xml +++ b/nifi-bootstrap/pom.xml @@ -85,10 +85,5 @@ language governing permissions and limitations under the License. --> nifi-properties-loader 1.16.0-SNAPSHOT - - ch.qos.logback - logback-classic - test - diff --git a/nifi-commons/nifi-bootstrap-utils/pom.xml b/nifi-commons/nifi-bootstrap-utils/pom.xml index 9200e65cd5..8cb3ca15bb 100644 --- a/nifi-commons/nifi-bootstrap-utils/pom.xml +++ b/nifi-commons/nifi-bootstrap-utils/pom.xml @@ -31,11 +31,5 @@ language governing permissions and limitations under the License. --> jna-platform 4.4.0 - - - ch.qos.logback - logback-classic - test -