From: Nelson,Thomas(tn1381)(arthurdent3) Date: Mon, 5 Nov 2018 18:00:00 +0000 (-0500) Subject: Update jaxb-api to resolve license issue. X-Git-Tag: 2.5.7^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=98849e3f37c5d2e04cc961bc5953e7cd055d4304;p=music.git Update jaxb-api to resolve license issue. Change-Id: I63ae25e4c42a56b70ccf69327b4680fe2d9933d1 Issue-ID: MUSIC-157 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) --- diff --git a/pom.xml b/pom.xml index 919c3b39..33973f60 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.music MUSIC war - 3.0.23 + 3.0.24 This is the MUSIC REST interface, packaged as a war file. @@ -344,6 +344,12 @@ genson 1.3 --> + + + javax.xml.bind + jaxb-api + 2.2.3 + diff --git a/version.properties b/version.properties index dc14e8e0..36a7f087 100755 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=23 +patch=24 base_version=${major}.${minor}.${patch}