Fix items missed in microservice restructure 73/34973/1
authorMichaelArrastia <MArrasti@amdocs.com>
Fri, 9 Mar 2018 17:09:00 +0000 (17:09 +0000)
committerMichaelArrastia <MArrasti@amdocs.com>
Fri, 9 Mar 2018 17:09:00 +0000 (17:09 +0000)
1. Updates the champ-service pom to explicitly add a dependency
on the apache httpclient.
2. Corrects the name of the top level champ pom

Issue-ID: AAI-813

Change-Id: I155ebc723861eea8e81e96ba84f182e80c7e42ed
Signed-off-by: MichaelArrastia <MArrasti@amdocs.com>
champ-service/pom.xml
pom.xml

index f6706d7..358579e 100644 (file)
@@ -30,6 +30,7 @@
         <event.client.version>1.2.0</event.client.version>
         <common.logging.groupid>org.onap.aai.logging-service</common.logging.groupid>
         <common.logging.version>1.2.0</common.logging.version>
+        <org.apache.httpcomponents.httpclient.version>4.5.2</org.apache.httpcomponents.httpclient.version>
     </properties>
 
     <dependencies>
             <version>2.6.2</version>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>${org.apache.httpcomponents.httpclient.version}</version>
+        </dependency>
+
         <!-- Event Bus Library. -->
         <dependency>
             <groupId>org.onap.aai.event-client</groupId>
diff --git a/pom.xml b/pom.xml
index 86affb3..be6b15f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
     <groupId>org.onap.aai</groupId>
     <artifactId>champ</artifactId>
-    <name>cc-champ</name>
+    <name>champ</name>
     <packaging>pom</packaging>
     <version>1.2.0-SNAPSHOT</version>