diff options
author | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-11-05 13:00:00 -0500 |
---|---|---|
committer | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2018-11-05 13:00:00 -0500 |
commit | 98849e3f37c5d2e04cc961bc5953e7cd055d4304 (patch) | |
tree | b1a577d2d5c24a5ce93551aab847c32f032ba7d7 | |
parent | 98e3809b59399dbe8174d97cdf3367beb475e53a (diff) |
Update jaxb-api to resolve license issue.2.5.7
Change-Id: I63ae25e4c42a56b70ccf69327b4680fe2d9933d1
Issue-ID: MUSIC-157
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
-rwxr-xr-x | pom.xml | 8 | ||||
-rwxr-xr-x | version.properties | 2 |
2 files changed, 8 insertions, 2 deletions
@@ -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> @@ -344,6 +344,12 @@ <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> 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} |