diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-26 20:55:43 -0400 |
---|---|---|
committer | James Forsyth <jf2512@att.com> | 2018-03-27 21:21:24 +0000 |
commit | de197e955ffb3a55de48817aa70f9bc7ef6475e5 (patch) | |
tree | 18d008277f0a2cbeae02f2cf59d192d3611abb61 /sparkybe-onap-service | |
parent | b51c84fa89da9ca5c3b4bc85646004bb39ee36e3 (diff) |
Update aai-common poms to 1.2.2-SNAPSHOT
Issue-ID: AAI-947
Change-Id: Icc5a362482a344429cdf85670cbba7700c9a279e
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'sparkybe-onap-service')
-rw-r--r-- | sparkybe-onap-service/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 891e44d..6e92463 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -183,7 +183,7 @@ some of the depedencies should probably have a scope of provided so they don't a <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.2.1</version> + <version>1.2.2</version> </dependency> @@ -214,13 +214,13 @@ some of the depedencies should probably have a scope of provided so they don't a <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema</artifactId> - <version>1.2.0</version> + <version>1.2.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.aai</groupId> <artifactId>rest-client</artifactId> - <version>1.2.0</version> + <version>1.2.1</version> </dependency> <!-- https://mvnrepository.com/artifact/org.restlet.jee/org.restlet.ext.servlet --> |