NIFI-9408 - MiNiFi - remove Ignite dependencies

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #5546
This commit is contained in:
Pierre Villard 2021-11-23 14:13:57 +01:00 committed by Matthew Burgess
parent f28e755bc3
commit fea6a7f6db
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
1 changed files with 0 additions and 15 deletions

View File

@ -557,21 +557,6 @@ limitations under the License.
<artifactId>swagger-annotations</artifactId>
<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>