You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mt...@apache.org on 2022/10/14 21:59:17 UTC

[nifi] branch main updated: NIFI-10653 Removed duplicate dependency from minifi-assembly

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

mthomsen 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 e32993846e NIFI-10653 Removed duplicate dependency from minifi-assembly
e32993846e is described below

commit e32993846e84db6f1fa026b93191a25d9fd7eb50
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Fri Oct 14 11:44:03 2022 -0500

    NIFI-10653 Removed duplicate dependency from minifi-assembly
    
    This closes #6536
    
    Signed-off-by: Mike Thomsen <mt...@apache.org>
---
 minifi/minifi-assembly/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/minifi/minifi-assembly/pom.xml b/minifi/minifi-assembly/pom.xml
index 8cf7381d65..ff8f205b1c 100644
--- a/minifi/minifi-assembly/pom.xml
+++ b/minifi/minifi-assembly/pom.xml
@@ -192,11 +192,6 @@ limitations under the License.
             <artifactId>nifi-distributed-cache-services-nar</artifactId>
             <type>nar</type>
         </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-distributed-cache-services-nar</artifactId>
-            <type>nar</type>
-        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-proxy-configuration-nar</artifactId>