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 11d8519914 NIFI-12086 This closes #7757. Removed unused jgit 
dependency from framework-core
11d8519914 is described below

commit 11d8519914dbbb8c5c3ed5bfae21e1681dedb03b
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Tue Sep 19 08:28:13 2023 -0500

    NIFI-12086 This closes #7757. Removed unused jgit dependency from 
framework-core
    
    Signed-off-by: Joseph Witt <joew...@apache.org>
---
 .../nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml | 5 -----
 nifi-nar-bundles/nifi-framework-bundle/pom.xml                       | 5 -----
 2 files changed, 10 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
index 775f1d3a4f..41ee9b0bcf 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/pom.xml
@@ -268,11 +268,6 @@
             <version>2.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.jgit</groupId>
-            <artifactId>org.eclipse.jgit</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-authorizer</artifactId>
diff --git a/nifi-nar-bundles/nifi-framework-bundle/pom.xml 
b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
index 3dbf290fd5..93cf03d92f 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-framework-bundle/pom.xml
@@ -473,11 +473,6 @@
                 <artifactId>commons-collections4</artifactId>
                 <version>4.4</version>
             </dependency>
-            <dependency>
-                <groupId>org.eclipse.jgit</groupId>
-                <artifactId>org.eclipse.jgit</artifactId>
-                <version>4.3.1.201605051710-r</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.curator</groupId>
                 <artifactId>curator-test</artifactId>

Reply via email to