You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/08/18 15:05:05 UTC

[nifi] branch main updated: NIFI-10367 Removed unused org.jeasy:easy-rules-mvel from rules-action-handler

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

exceptionfactory 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 bcc73a700d NIFI-10367 Removed unused org.jeasy:easy-rules-mvel from rules-action-handler
bcc73a700d is described below

commit bcc73a700d3141ae38479b30aba4998e1d78e40c
Author: mr1716 <ms...@rit.edu>
AuthorDate: Wed Aug 17 10:39:15 2022 -0400

    NIFI-10367 Removed unused org.jeasy:easy-rules-mvel from rules-action-handler
    
    This closes #6311
    
    Signed-off-by: David Handermann <ex...@apache.org>
---
 .../nifi-rules-action-handler-service/pom.xml                        | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml
index 8a8941dc5a..5b7c327763 100644
--- a/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml
+++ b/nifi-nar-bundles/nifi-rules-action-handler-bundle/nifi-rules-action-handler-service/pom.xml
@@ -66,11 +66,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-expression</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.jeasy</groupId>
-            <artifactId>easy-rules-mvel</artifactId>
-            <version>3.4.0</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-mock</artifactId>