NIFI-5418 Removed duplicated jackson-databind dependency from nifi-framework-cluster

This closes #2885

Signed-off-by: zenfenan <zenfenan@apache.org>
This commit is contained in:
Jan Hentschel 2018-07-12 14:27:26 +02:00 committed by zenfenan
parent 4baf35db5b
commit 610cbb66b2
1 changed files with 0 additions and 5 deletions

View File

@ -88,11 +88,6 @@
<!-- third party dependencies -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.4</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>