various Updates
[music.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 630c80a..7fc4c90 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
  
  ============LICENSE_END=============================================
  ====================================================================
--->
+-->  
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.music</groupId>
     <artifactId>MUSIC</artifactId>
     <packaging>war</packaging>
-    <version>2.4.20</version>
+    <version>3.0.3</version>
     <description>
             This is the MUSIC REST interface, packaged as a war file.
     </description>
@@ -33,7 +33,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0</version>
+        <version>0.1.1</version>
         <relativePath />
     </parent>
 
                 <configuration>
                     <source>1.7</source>
                     <target>1.7</target>
+                    <excludes>
+                                       <exclude>jar/**</exclude>
+                                       </excludes>
                 </configuration>
             </plugin>
             <plugin>
             <scope>test</scope>
         </dependency>
         <!--  /Testing -->
-        
+        <dependency>
+            <groupId>io.netty</groupId>
+            <artifactId>netty-handler</artifactId>
+            <version>4.0.56.Final</version>
+        </dependency>
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
             <artifactId>jackson-databind</artifactId>
             <artifactId>guava</artifactId>
             <version>19.0</version>
         </dependency>
+        <dependency>
+            <groupId>org.mindrot</groupId>
+            <artifactId>jbcrypt</artifactId>
+            <version>0.4</version>
+        </dependency>
     </dependencies>
 
     <reporting>