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

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

commit b5f34de4d78890f432157e51052e0ef4d700f8d6
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 4c5ca71..5577489 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.15.3-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 51abea5..4ca45fb 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