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

ferdei 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 effbb76baa NIFI-12476 Exclude nifi-framework-core from minifi-bootstrap
effbb76baa is described below

commit effbb76baa180b244d8072ccca1bc479cf850934
Author: Ferenc Kis <briansolo1...@gmail.com>
AuthorDate: Wed Dec 6 11:30:38 2023 +0100

    NIFI-12476 Exclude nifi-framework-core from minifi-bootstrap
    
    Signed-off-by: Ferenc Erdei <erdei.feren...@gmail.com>
    This closes #8128.
---
 minifi/minifi-bootstrap/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/minifi/minifi-bootstrap/pom.xml b/minifi/minifi-bootstrap/pom.xml
index c86a282e14..fb2676d8be 100644
--- a/minifi/minifi-bootstrap/pom.xml
+++ b/minifi/minifi-bootstrap/pom.xml
@@ -90,6 +90,12 @@ limitations under the License.
             <groupId>org.apache.nifi.minifi</groupId>
             <artifactId>minifi-commons-framework</artifactId>
             <version>2.0.0-SNAPSHOT</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.nifi</groupId>
+                    <artifactId>nifi-framework-core</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.eclipse.jetty</groupId>

Reply via email to