Merge "Catch IllegalArgumentException for error message"
authorSteven Blimkie <Steven.Blimkie@amdocs.com>
Wed, 28 Mar 2018 14:14:51 +0000 (14:14 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 28 Mar 2018 14:14:51 +0000 (14:14 +0000)
1  2 
champ-lib/pom.xml
champ-service/pom.xml
champ-service/src/main/java/org/onap/champ/ChampRESTAPI.java

Simple merge
@@@ -48,11 -28,8 +48,11 @@@ limitations under the License
          <distFilesRoot>/appl/${project.artifactId}/${project.version}</distFilesRoot>
  
          <common.logging.groupid>org.onap.aai.logging-service</common.logging.groupid>
-         <common.logging.version>1.2.0</common.logging.version>
+         <common.logging.version>1.2.2</common.logging.version>
          <org.apache.httpcomponents.httpclient.version>4.5.2</org.apache.httpcomponents.httpclient.version>
 +
 +        <docker.location>${basedir}/target</docker.location>
 +        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
      </properties>
  
      <dependencies>