diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -25,7 +25,7 @@ <groupId>org.onap.music</groupId> <artifactId>MUSIC</artifactId> <packaging>war</packaging> - <version>3.0.22</version> + <version>3.0.24</version> <description> This is the MUSIC REST interface, packaged as a war file. </description> @@ -171,6 +171,12 @@ </build> <dependencies> + <!-- Added to fix MUSIC-157 License Issue --> + <dependency> + <groupId>javax.xml.bind</groupId> + <artifactId>jaxb-api</artifactId> + <version>2.2.3</version> + </dependency> <!-- Development --> <dependency> <groupId>javax.servlet</groupId> @@ -184,12 +190,6 @@ <version>3.0.1</version> <scope>provided</scope> </dependency> - <!-- /Development --> - <!-- <dependency> - <groupId>com.hazelcast</groupId> - <artifactId>hazelcast-client</artifactId> - <version>3.7.1</version> - </dependency> --> <!-- Logging --> <dependency> <groupId>ch.qos.logback</groupId> @@ -338,11 +338,6 @@ <artifactId>jbcrypt</artifactId> <version>0.4</version> </dependency> - <dependency> - <groupId>com.owlike</groupId> - <artifactId>genson</artifactId> - <version>1.3</version> - </dependency> </dependencies> |