pom updates
inherit version for org.onap.logging-analytics artifacts, add back two dependecies for aai service
Issue-ID: CCSDK-1882
Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Change-Id: I469d42c0b8bb5d86c3e9acaa97b5be11dda361e0
diff --git a/aai-service/provider/pom.xml b/aai-service/provider/pom.xml
index e314545..9650087 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>
diff --git a/base/http/provider/pom.xml b/base/http/provider/pom.xml
index e6061ed..aabeca2 100644
--- a/base/http/provider/pom.xml
+++ b/base/http/provider/pom.xml
@@ -34,7 +34,6 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-filter-base</artifactId>
- <version>1.5.0</version>
<scope>provided</scope>
</dependency>
</dependencies>