set the ENV in shell instead of Dockerfile
[aai/esr-server.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index c1b68ce..ba9b505 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.1.0</version>
     </parent>
        
        <groupId>org.onap.aai.esr-server</groupId>
-    <artifactId>aai-esr-server-parent</artifactId>
+    <artifactId>aai-esr-server</artifactId>
     <packaging>pom</packaging>
 
-    <version>1.0.0-SNAPSHOT</version>
-    <name>aai-esr-server-parent</name>
+    <version>1.2.0-SNAPSHOT</version>
+    <name>aai-esr-server</name>
     <modules>
         <module>esr-mgr</module>
                <module>standalone</module>
     </modules>
        
        <properties>
-        <dropwizard.version>0.8.0</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>
         <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>
+        <org.apache.ant.version>1.9.4</org.apache.ant.version>
     </properties>
 
     <dependencyManagement>
                 <groupId>io.swagger</groupId>
                 <artifactId>swagger-jersey2-jaxrs</artifactId>
                 <version>${swagger.version}</version>
-            </dependency> 
-
+            </dependency>
+                       <dependency>
+                               <groupId>org.hibernate</groupId>
+                               <artifactId>hibernate-validator</artifactId>
+                               <version>5.4.2.Final</version>
+                       </dependency>
+                       
             <!-- jersey -->
             <dependency>
                 <groupId>org.glassfish.jersey.core</groupId>
                 <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>
             <!-- UT end -->
         </dependencies>
     </dependencyManagement>
-       
     <build>
         <pluginManagement>
             <plugins>
                     <artifactId>maven-antrun-plugin</artifactId>
                     <version>1.8</version>
                 </plugin>
-                               <plugin>
-                                       <groupId>com.mycila</groupId>
-                                       <artifactId>license-maven-plugin</artifactId>
-                               </plugin>
             </plugins>
         </pluginManagement>
     </build>   
-       
-       
 </project>