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

pvillard31 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 2f643630e3e NIFI-16343 Removed unnecessary references to 
property-encryptor (#11679)
2f643630e3e is described below

commit 2f643630e3ee90cbf001cb31d413a5e5bf0f8acb
Author: David Handermann <[email protected]>
AuthorDate: Wed Sep 16 08:33:00 2026 -0500

    NIFI-16343 Removed unnecessary references to property-encryptor (#11679)
---
 .../minifi-server-nar/pom.xml                        |  4 ----
 nifi-framework-bundle/nifi-framework-nar-bom/pom.xml | 20 --------------------
 nifi-framework-bundle/nifi-framework-nar/pom.xml     | 10 ----------
 3 files changed, 34 deletions(-)

diff --git 
a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml 
b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml
index 5642692f063..044684b546b 100644
--- 
a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml
+++ 
b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-server-nar/pom.xml
@@ -90,10 +90,6 @@
                     <groupId>org.apache.nifi</groupId>
                     <artifactId>nifi-framework-core-api</artifactId>
                 </exclusion>
-                <exclusion>
-                    <groupId>org.apache.nifi</groupId>
-                    <artifactId>nifi-property-encryptor</artifactId>
-                </exclusion>
                 <exclusion>
                     <groupId>org.apache.nifi</groupId>
                     <artifactId>nifi-framework-nar-utils</artifactId>
diff --git a/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml 
b/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml
index 7172bb12014..5a58729e64b 100644
--- a/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-nar-bom/pom.xml
@@ -147,12 +147,6 @@
                 <version>2.13.0-SNAPSHOT</version>
                 <scope>provided</scope>
             </dependency>
-            <dependency>
-                <groupId>org.apache.nifi</groupId>
-                <artifactId>nifi-property-encryptor</artifactId>
-                <version>2.13.0-SNAPSHOT</version>
-                <scope>provided</scope>
-            </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-properties-loader</artifactId>
@@ -165,12 +159,6 @@
                 <version>2.13.0-SNAPSHOT</version>
                 <scope>provided</scope>
             </dependency>
-            <dependency>
-                <groupId>org.apache.nifi</groupId>
-                <artifactId>nifi-security-crypto-key</artifactId>
-                <version>2.13.0-SNAPSHOT</version>
-                <scope>provided</scope>
-            </dependency>
             <dependency>
                 <groupId>org.apache.nifi</groupId>
                 <artifactId>nifi-security-identity</artifactId>
@@ -286,10 +274,6 @@
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-parameter</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-property-encryptor</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-properties-loader</artifactId>
@@ -298,10 +282,6 @@
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-security-cert</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-security-crypto-key</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-security-identity</artifactId>
diff --git a/nifi-framework-bundle/nifi-framework-nar/pom.xml 
b/nifi-framework-bundle/nifi-framework-nar/pom.xml
index 61345ef4e35..ffd8f8610dd 100644
--- a/nifi-framework-bundle/nifi-framework-nar/pom.xml
+++ b/nifi-framework-bundle/nifi-framework-nar/pom.xml
@@ -125,11 +125,6 @@
             <artifactId>nifi-parameter</artifactId>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-property-encryptor</artifactId>
-            <scope>compile</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-properties-loader</artifactId>
@@ -140,11 +135,6 @@
             <artifactId>nifi-security-cert</artifactId>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.nifi</groupId>
-            <artifactId>nifi-security-crypto-key</artifactId>
-            <scope>compile</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-security-identity</artifactId>

Reply via email to