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 /pom.xml | |
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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 8 |
1 files changed, 7 insertions, 1 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> |