You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/12/14 17:15:24 UTC

[nifi] 06/15: NIFI-9408 - MiNiFi - remove Ignite dependencies

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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit bd16b93da6ee5911872f3e868d43464d70da0621
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Tue Nov 23 14:13:57 2021 +0100

    NIFI-9408 - MiNiFi - remove Ignite dependencies
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #5546
---
 minifi/pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 6a6e122..1dd9afb 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -558,21 +558,6 @@ limitations under the License.
                 <version>1.5.3-M1</version>
             </dependency>
             <dependency>
-                <groupId>org.apache.ignite</groupId>
-                <artifactId>ignite-core</artifactId>
-                <version>1.6.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ignite</groupId>
-                <artifactId>ignite-spring</artifactId>
-                <version>1.6.0</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.ignite</groupId>
-                <artifactId>ignite-log4j2</artifactId>
-                <version>1.6.0</version>
-            </dependency>
-            <dependency>
                 <groupId>commons-cli</groupId>
                 <artifactId>commons-cli</artifactId>
                 <version>1.3.1</version>