diff options
Diffstat (limited to 'appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml')
-rw-r--r-- | appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml index a2f6c2332..56e5e8091 100644 --- a/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml +++ b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml @@ -58,23 +58,12 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-interfaces-service-bundle</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-aai-client-provider</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> |