diff options
Diffstat (limited to 'appc-inbound/appc-design-services/features/onap-appc-design-services')
-rw-r--r-- | appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml b/appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml index 6b9c2efbe..2bc2a71bc 100644 --- a/appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml +++ b/appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml @@ -58,17 +58,6 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-design-services-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> <dependency> <groupId>org.onap.appc</groupId> |