diff options
Diffstat (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml')
-rw-r--r-- | appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml index b16887ecc..8f76b2fdb 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml @@ -43,12 +43,6 @@ limitations under the License. <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> - <exclusions> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.adaptors</groupId> @@ -92,11 +86,6 @@ limitations under the License. <artifactId>appc-request-handler-core</artifactId> <version>${project.version}</version> </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - <version>2.8.11.3</version> - </dependency> </dependencies> <build> |