You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/12/01 01:40:52 UTC

[nifi] branch main updated: NIFI-9426 Removed unused jackson-mapper-asl from MiNiFi

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

mattyb149 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 2844652  NIFI-9426 Removed unused jackson-mapper-asl from MiNiFi
2844652 is described below

commit 2844652f72e2d3f30a855b2561f4285d0f509875
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Tue Nov 30 14:32:29 2021 -0600

    NIFI-9426 Removed unused jackson-mapper-asl from MiNiFi
    
    Signed-off-by: Matthew Burgess <ma...@apache.org>
    
    This closes #5561
---
 .../minifi-framework/minifi-framework-core/pom.xml                   | 5 -----
 minifi/pom.xml                                                       | 5 -----
 2 files changed, 10 deletions(-)

diff --git a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml
index 9c3454a..a5d8cf7 100644
--- a/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml
+++ b/minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/pom.xml
@@ -38,11 +38,6 @@ limitations under the License.
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.codehaus.jackson</groupId>
-            <artifactId>jackson-mapper-asl</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-servlet</artifactId>
             <version>${jetty.version}</version>
diff --git a/minifi/pom.xml b/minifi/pom.xml
index d09b14a..4287e7a 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -941,11 +941,6 @@ limitations under the License.
                 <version>1.4.199</version>
             </dependency>
             <dependency>
-                <groupId>org.codehaus.jackson</groupId>
-                <artifactId>jackson-mapper-asl</artifactId>
-                <version>1.9.13</version>
-            </dependency>
-            <dependency>
                 <groupId>com.fasterxml.jackson.core</groupId>
                 <artifactId>jackson-databind</artifactId>
                 <version>${jackson.version}</version>