aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichaelArrastia <MArrasti@amdocs.com>2018-03-09 17:09:00 +0000
committerMichaelArrastia <MArrasti@amdocs.com>2018-03-09 17:09:00 +0000
commit13cc06c7a1ba51f6e724d16d0602bdd8e92d925f (patch)
tree8252b515d7dbcd1e7159421128892bd39548a711
parent6c05118a0f1fc557d7d7e652a063bcf3ffb5ceb0 (diff)
Fix items missed in microservice restructure
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>
-rw-r--r--champ-service/pom.xml7
-rwxr-xr-xpom.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index f6706d7..358579e 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -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>
@@ -96,6 +97,12 @@
<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
--- 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>