From 98849e3f37c5d2e04cc961bc5953e7cd055d4304 Mon Sep 17 00:00:00 2001 From: "Nelson,Thomas(tn1381)(arthurdent3)" Date: Mon, 5 Nov 2018 13:00:00 -0500 Subject: Update jaxb-api to resolve license issue. Change-Id: I63ae25e4c42a56b70ccf69327b4680fe2d9933d1 Issue-ID: MUSIC-157 Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) --- pom.xml | 8 +++++++- version.properties | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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} -- cgit 1.2.3-korg