diff options
Diffstat (limited to 'appc-event-listener/appc-event-listener-bundle')
-rw-r--r-- | appc-event-listener/appc-event-listener-bundle/pom.xml | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/appc-event-listener/appc-event-listener-bundle/pom.xml b/appc-event-listener/appc-event-listener-bundle/pom.xml index 16ffa55a4..adbaa0575 100644 --- a/appc-event-listener/appc-event-listener-bundle/pom.xml +++ b/appc-event-listener/appc-event-listener-bundle/pom.xml @@ -60,31 +60,24 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-common-bundle</artifactId> <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-databind</artifactId> - </exclusion> - </exclusions> - </dependency> - + </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-dmaap-adapter-bundle</artifactId> <version>${project.version}</version> - <scope>provided</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-message-adapter-api</artifactId> <version>${project.version}</version> - <scope>provided</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-message-adapter-factory</artifactId> <version>${project.version}</version> - <scope>provided</scope> + <scope>provided</scope> </dependency> <!-- <dependency> @@ -113,9 +106,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> - <version>2.8.11.3</version> </dependency> - <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> |