From: MichaelArrastia Date: Fri, 9 Mar 2018 17:09:00 +0000 (+0000) Subject: Fix items missed in microservice restructure X-Git-Tag: v1.2.2~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=13cc06c7a1ba51f6e724d16d0602bdd8e92d925f 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 --- 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 @@ 1.2.0 org.onap.aai.logging-service 1.2.0 + 4.5.2 @@ -96,6 +97,12 @@ 2.6.2 + + org.apache.httpcomponents + httpclient + ${org.apache.httpcomponents.httpclient.version} + + org.onap.aai.event-client diff --git a/pom.xml b/pom.xml index 86affb3..be6b15f 100755 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.onap.aai champ - cc-champ + champ pom 1.2.0-SNAPSHOT