diff options
author | Steven Blimkie <Steven.Blimkie@amdocs.com> | 2018-03-28 14:14:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 14:14:51 +0000 |
commit | 533b090aa92f5eaa6c674fd63940fcacf4dc811e (patch) | |
tree | 61a54ddde8277f182896e1ba0c3280e808819376 /champ-lib | |
parent | 342dbc8a4af828aa7e918138dc693b9d4f85c2a0 (diff) | |
parent | 7c449cf6a2596db7d0cd8a57145b5198be551559 (diff) |
Merge "Catch IllegalArgumentException for error message"
Diffstat (limited to 'champ-lib')
-rw-r--r-- | champ-lib/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 921e733..43fa296 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -41,7 +41,7 @@ limitations under the License. <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <event.client.version>1.2.0</event.client.version> + <event.client.version>1.2.1</event.client.version> <!--<absoluteDistFilesRoot>/appl/${project.artifactId}</absoluteDistFilesRoot>--> |