diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2018-10-10 16:50:52 -0700 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2018-10-11 17:27:03 +0000 |
commit | cbea6d143050276e024fc710450a028afc7a102f (patch) | |
tree | 583c3aa77dcd3344c90f58738b3335c9163ddfa0 /common | |
parent | 0bd06bfb5c1d8f2cf963a047ad6b687598ec55bf (diff) |
Fix UserInput Exception
This change fixes processing of
UserInput in prepareCreateServiceInstance
which causes an exception if any user-input
is passed into createRequest.
Issue-ID: SO-1121
Change-Id: Iae8b158dfb8771d55607e09bdb18471358a2d9cd
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 285cd5613d..d8e71b0e44 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -62,7 +62,7 @@ <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |