You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2021/12/14 17:15:21 UTC

[nifi] 03/15: NIFI-9426 Removed unused jackson-mapper-asl from MiNiFi

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

joewitt pushed a commit to branch support/nifi-1.15
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit c7be58abe6023d52ad52d2bda40dbd29019e9d60
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 91b43c1..6b147dd 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 068ae01..0eb96ac 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -956,11 +956,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>