This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 5054fc3  NIFI-9564 This closes #5652. Removed unnecessary 
logback-classic test dependencies
5054fc3 is described below

commit 5054fc3ac68b3a5cef7429a6dc380cb446d0c685
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Wed Jan 12 10:48:56 2022 -0600

    NIFI-9564 This closes #5652. Removed unnecessary logback-classic test 
dependencies
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 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 ff40d5b..5fd23db 100644
--- a/nifi-bootstrap/pom.xml
+++ b/nifi-bootstrap/pom.xml
@@ -85,10 +85,5 @@ language governing permissions and limitations under the 
License. -->
             <artifactId>nifi-properties-loader</artifactId>
             <version>1.16.0-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>
diff --git a/nifi-commons/nifi-bootstrap-utils/pom.xml 
b/nifi-commons/nifi-bootstrap-utils/pom.xml
index 9200e65..8cb3ca1 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. -->
             <artifactId>jna-platform</artifactId>
             <version>4.4.0</version>
         </dependency>
-
-        <dependency>
-            <groupId>ch.qos.logback</groupId>
-            <artifactId>logback-classic</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>

Reply via email to