diff options
author | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-10-04 18:04:40 -0400 |
---|---|---|
committer | Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com> | 2018-10-04 18:35:21 -0400 |
commit | 902fe25132d9651cc1a6af9229678572b68c7c2c (patch) | |
tree | a36c918d32832cf9017b7d156a06837102ac8b1e /pom.xml | |
parent | 9b689fe28bd6b870b7a54590193118d8c3a7505a (diff) |
Added fix for OOF issue.
Updated Pom files for Library version change.
Change-Id: Ibf10eba8923353010b66ac8496fb53815f3affc4
Issue-ID: MUSIC-143
Signed-off-by: Thomas Nelson Jr (arthurdent3) tn1381@att.com <tn1381@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> <packaging>war</packaging> - <version>3.0.19-SNAPSHOT</version> + <version>3.0.21-SNAPSHOT</version> <description> This is the MUSIC REST interface, packaged as a war file. </description> @@ -312,7 +312,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>4.0.56.Final</version> + <version>4.1.30.Final</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> |