set the ENV in shell instead of Dockerfile
[aai/esr-server.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ae2bf31..ba9b505 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>aai-esr-server</artifactId>
     <packaging>pom</packaging>
 
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <name>aai-esr-server</name>
     <modules>
         <module>esr-mgr</module>
@@ -36,7 +36,7 @@
     </modules>
        
        <properties>
-        <dropwizard.version>1.2.2</dropwizard.version>
+        <dropwizard.version>1.3.0</dropwizard.version>
         <swagger.version>1.5.3</swagger.version>
         <jersey.version>2.16</jersey.version>
         <jaxrs.consumer.version>5.0</jaxrs.consumer.version>
                                <artifactId>hibernate-validator</artifactId>
                                <version>5.4.2.Final</version>
                        </dependency>
-                       <dependency>
-                               <groupId>com.fasterxml.jackson.core</groupId>
-                               <artifactId>jackson-databind</artifactId>
-                               <version>2.9.5</version>
-                       </dependency>
+                       
             <!-- jersey -->
             <dependency>
                 <groupId>org.glassfish.jersey.core</groupId>