diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-28 11:20:37 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-03-28 11:23:45 -0400 |
commit | a3b5f6f1b338d9bc00838246e1fbd50c7ecd7041 (patch) | |
tree | 7d4706a7178313743297eef465441e7a59c12220 | |
parent | f53dfdc79185d0a45ed2b8d6e6efdaee6a624284 (diff) |
Upgrade libraries to remove oparent snapshot dep
Change-Id: I02f13ece726cea1218484cd2537824c3bfd778be
Issue-ID: AAI-945
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.0</version> </parent> <groupId>org.onap.aai.router-core</groupId> @@ -58,7 +58,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.logging-service</groupId> <artifactId>common-logging</artifactId> - <version>1.1.0</version> + <version>1.2.2</version> </dependency> <dependency> <groupId>com.att.nsa</groupId> |