diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2019-03-07 15:02:24 +0100 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2019-03-08 12:47:13 +0100 |
commit | 522a1c9dde168f0baa32a52a80a1b85b0b4812f9 (patch) | |
tree | 55f72ca7984183f2ae9072bd69935805a7eec492 /rest-services/dmaap-client/pom.xml | |
parent | 3666e89b3411e84b138279cccc8130df60c81f4c (diff) |
DMaaP client remove Spring
Change-Id: I9e0206d4b3c737df8a80944f0050871c1ad307c6
Issue-ID: DCAEGEN2-1310
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'rest-services/dmaap-client/pom.xml')
-rw-r--r-- | rest-services/dmaap-client/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/rest-services/dmaap-client/pom.xml b/rest-services/dmaap-client/pom.xml index cedf02c7..52e9f0ac 100644 --- a/rest-services/dmaap-client/pom.xml +++ b/rest-services/dmaap-client/pom.xml @@ -24,22 +24,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-webflux</artifactId> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-reactor-netty</artifactId> - </dependency> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - </dependency> - <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> </dependency> |