Fix the security issue about hibernate and ant. 41/29641/1
authorLizi <li.zi30@zte.com.cn>
Tue, 30 Jan 2018 12:13:18 +0000 (12:13 +0000)
committerLizi <li.zi30@zte.com.cn>
Tue, 30 Jan 2018 12:13:33 +0000 (12:13 +0000)
Change-Id: Ie2ca3b5e369d709a9d57e514313fe6419f75018a
Issue-ID: AAI-592
Signed-off-by: Lizi <li.zi30@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index b5ced24..fa3f050 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
         <gson.version>2.2.4</gson.version>
         <junit.version>4.10</junit.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>
                 <artifactId>swagger-jersey2-jaxrs</artifactId>
                 <version>${swagger.version}</version>
             </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>