diff options
Diffstat (limited to 'aai-service/provider/pom.xml')
-rwxr-xr-x | aai-service/provider/pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml index e3145451..9650087e 100755 --- a/aai-service/provider/pom.xml +++ b/aai-service/provider/pom.xml @@ -52,7 +52,6 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.5.0</version> <scope>provided</scope> </dependency> <dependency> @@ -98,6 +97,14 @@ <artifactId>spring-core</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpcore</artifactId> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + </dependency> </dependencies> <build> |