Fix the security issue about hibernate and ant.
[aai/esr-server.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c00f854..fa3f050 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.1.1</version>
     </parent>
        
        <groupId>org.onap.aai.esr-server</groupId>
     <artifactId>aai-esr-server</artifactId>
     <packaging>pom</packaging>
 
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
     <name>aai-esr-server</name>
     <modules>
         <module>esr-mgr</module>
     </modules>
        
        <properties>
-        <dropwizard.version>0.8.0</dropwizard.version>
-        <swagger.version>1.5.3</swagger.version>
+        <dropwizard.version>1.2.2</dropwizard.version>
+        <swagger.version>1.5.16</swagger.version>
         <jersey.version>2.16</jersey.version>
         <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
         <gson.version>2.2.4</gson.version>
         <junit.version>4.10</junit.version>
-        <org.powermock.version>1.4.10</org.powermock.version>
-        <org.apache.ant.version>1.8.2</org.apache.ant.version>
+        <org.apache.ant.version>1.9.4</org.apache.ant.version>
     </properties>
 
     <dependencyManagement>
                 <groupId>io.swagger</groupId>
                 <artifactId>swagger-jersey2-jaxrs</artifactId>
                 <version>${swagger.version}</version>
-            </dependency> 
+            </dependency>
+                       <dependency>
+                               <groupId>org.hibernate</groupId>
+                               <artifactId>hibernate-validator</artifactId>
+                               <version>5.4.2.Final</version>
+                       </dependency>
+                       <!--<dependency>
+                               <groupId>com.fasterxml.jackson.core</groupId>
+                               <artifactId>jackson-databind</artifactId>
+                               <version>2.8.11</version>
+                       </dependency>-->                        
 
             <!-- jersey -->
             <dependency>
                 <artifactId>junit</artifactId>  
                 <version>${junit.version}</version>
             </dependency> 
-            <dependency> 
-                <groupId>org.powermock</groupId> 
-                <artifactId>powermock-module-junit4</artifactId> 
-                <version>${org.powermock.version}</version>
-            </dependency> 
-            <dependency> 
-                <groupId>org.powermock</groupId> 
-                <artifactId>powermock-api-mockito</artifactId> 
-                <version>${org.powermock.version}</version>
-            </dependency> 
             <dependency>
                 <groupId>org.apache.ant</groupId>
                 <artifactId>ant</artifactId>
                     <artifactId>maven-antrun-plugin</artifactId>
                     <version>1.8</version>
                 </plugin>
-                               <plugin>
-                                       <groupId>com.mycila</groupId>
-                                       <artifactId>license-maven-plugin</artifactId>
-                               </plugin>
             </plugins>
         </pluginManagement>
     </build>