summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLizi <li.zi30@zte.com.cn>2018-01-30 12:13:18 +0000
committerLizi <li.zi30@zte.com.cn>2018-01-30 12:13:33 +0000
commitae555f74fa32ad21a50d1f09160332e83caf2c42 (patch)
tree22d06db47cf4bf5837345a24feb6a397227cb4dd
parenta79deea30c433e878f5da45e0565a5c04ccba57a (diff)
Fix the security issue about hibernate and ant.
Change-Id: Ie2ca3b5e369d709a9d57e514313fe6419f75018a Issue-ID: AAI-592 Signed-off-by: Lizi <li.zi30@zte.com.cn>
-rw-r--r--pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b5ced24..fa3f050 100644
--- 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>
@@ -67,7 +67,11 @@
<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>