Fixed Sonar issue in MusicServiceException
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3da9223..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.21-SNAPSHOT</version>
+    <version>3.0.24</version>
     <description>
             This is the MUSIC REST interface, packaged as a war file.
     </description>
                        <artifactId>hazelcast-client</artifactId>
                        <version>3.7.1</version>
                </dependency> -->
+               
         <!-- Logging -->
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>jbcrypt</artifactId>
             <version>0.4</version>
         </dependency>
-        <dependency>
+        <!-- <dependency>
                   <groupId>com.owlike</groupId>
                   <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>