Change the unit test about EMS with mock.
[aai/esr-server.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index d791e58..b5ced24 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </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>
     </properties>
 
                 <groupId>io.swagger</groupId>
                 <artifactId>swagger-jersey2-jaxrs</artifactId>
                 <version>${swagger.version}</version>
-            </dependency> 
+            </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>