diff options
Diffstat (limited to 'appc-config/appc-encryption-tool/features/onap-appc-config-encryption-tool')
-rw-r--r-- | appc-config/appc-encryption-tool/features/onap-appc-config-encryption-tool/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/appc-config/appc-encryption-tool/features/onap-appc-config-encryption-tool/pom.xml b/appc-config/appc-encryption-tool/features/onap-appc-config-encryption-tool/pom.xml index bbfbbe6b6..4272f5971 100644 --- a/appc-config/appc-encryption-tool/features/onap-appc-config-encryption-tool/pom.xml +++ b/appc-config/appc-encryption-tool/features/onap-appc-config-encryption-tool/pom.xml @@ -82,18 +82,6 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-config-encryption-tool-provider</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.8.11.3</version> </dependency> </dependencies> |