diff options
Diffstat (limited to 'prh-aai-client/pom.xml')
-rw-r--r-- | prh-aai-client/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/prh-aai-client/pom.xml b/prh-aai-client/pom.xml index 7edf1b6c..d055d522 100644 --- a/prh-aai-client/pom.xml +++ b/prh-aai-client/pom.xml @@ -43,10 +43,6 @@ <artifactId>gson</artifactId> </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - </dependency> - <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> </dependency> @@ -59,10 +55,6 @@ <artifactId>spring-webflux</artifactId> </dependency> <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-lang3</artifactId> - </dependency> - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-reactor-netty</artifactId> </dependency> |