Update jaxb-api to resolve license issue. 74/71874/1 2.5.7
authorNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Mon, 5 Nov 2018 18:00:00 +0000 (13:00 -0500)
committerNelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Mon, 5 Nov 2018 18:00:00 +0000 (13:00 -0500)
Change-Id: I63ae25e4c42a56b70ccf69327b4680fe2d9933d1
Issue-ID: MUSIC-157
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 919c3b3..33973f6 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>war</packaging>
-    <version>3.0.23</version>
+    <version>3.0.24</version>
     <description>
             This is the MUSIC REST interface, packaged as a war file.
     </description>
                   <artifactId>genson</artifactId>
                   <version>1.3</version>
         </dependency> -->
+        <!-- Added to fix MUSIC-157 License Issue -->
+       <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+            <version>2.2.3</version>
+        </dependency>
 
     </dependencies>
 
index dc14e8e..36a7f08 100755 (executable)
@@ -4,7 +4,7 @@
 
 major=3
 minor=0
-patch=23
+patch=24
 
 base_version=${major}.${minor}.${patch}