NIFI-9426 Removed unused jackson-mapper-asl from MiNiFi

Signed-off-by: Matthew Burgess <mattyb149@apache.org>

This closes #5561
This commit is contained in:
exceptionfactory 2021-11-30 14:32:29 -06:00 committed by Matthew Burgess
parent 55e91d607c
commit 2844652f72
No known key found for this signature in database
GPG Key ID: 05D3DEB8126DAD24
2 changed files with 0 additions and 10 deletions

View File

@ -37,11 +37,6 @@ limitations under the License.
<version>${jetty.version}</version>
<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>

View File

@ -940,11 +940,6 @@ limitations under the License.
<artifactId>h2</artifactId>
<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>