Repository: nifi
Updated Branches:
  refs/heads/master 4baf35db5 -> 610cbb66b


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

This closes #2885

Signed-off-by: zenfenan <zenfe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/610cbb66
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/610cbb66
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/610cbb66

Branch: refs/heads/master
Commit: 610cbb66b2e644a782f4714e749da932131d4d9d
Parents: 4baf35d
Author: Jan Hentschel <jan.hentsc...@ultratendency.com>
Authored: Thu Jul 12 14:27:26 2018 +0200
Committer: zenfenan <sivaprasanna...@gmail.com>
Committed: Thu Jul 26 23:20:13 2018 +0530

----------------------------------------------------------------------
 .../nifi-framework/nifi-framework-cluster/pom.xml               | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/610cbb66/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
index d501011..c457629 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-cluster/pom.xml
@@ -90,11 +90,6 @@
 
         <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>
         </dependency>
 

Reply via email to