mirror of https://github.com/apache/nifi.git
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:
parent
4baf35db5b
commit
610cbb66b2
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue