Fix esr security vulnerabilites 77/71377/3
authorLvbo163 <lv.bo163@zte.com.cn>
Mon, 29 Oct 2018 07:51:24 +0000 (15:51 +0800)
committerLvbo163 <lv.bo163@zte.com.cn>
Tue, 30 Oct 2018 00:59:52 +0000 (08:59 +0800)
Remove unused hibernate reference from pom

Issue-ID: AAI-1749

Change-Id: Ica21196359d3b618610f46cfe8933880ab5ace58
Signed-off-by: Lvbo163 <lv.bo163@zte.com.cn>
esr-mgr/pom.xml
pom.xml

index c0ccbc8..3679d86 100644 (file)
             <groupId>io.dropwizard</groupId>
             <artifactId>dropwizard-assets</artifactId>
         </dependency>
-        <dependency>
-            <groupId>io.dropwizard</groupId>
-            <artifactId>dropwizard-hibernate</artifactId>
-        </dependency>
         <dependency>
             <groupId>io.swagger</groupId>
             <artifactId>swagger-jersey2-jaxrs</artifactId>
                                 </goals>
                             </execution>
                         </executions>
-                        <dependencies>
-                            <dependency>
-                                <groupId>io.swagger</groupId>
-                                <artifactId>swagger-hibernate-validations</artifactId>
-                                <version>1.5.6</version>
-                            </dependency>
-                        </dependencies>
                     </plugin>
                 </plugins>
             </build>
diff --git a/pom.xml b/pom.xml
index f1f03f8..396e217 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <gson.version>2.2.4</gson.version>
         <junit.version>4.10</junit.version>
                <jetty.version>9.4.11.v20180605</jetty.version>
-        <org.apache.ant.version>1.9.4</org.apache.ant.version>
+        <org.apache.ant.version>1.10.1</org.apache.ant.version>
     </properties>
 
     <dependencyManagement>