Up version the esr server poms
[aai/esr-server.git] / esr-mgr / pom.xml
index 6439e91..a1f61e3 100644 (file)
        <parent>
                <groupId>org.onap.aai.esr-server</groupId>
                <artifactId>aai-esr-server</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.5.1-SNAPSHOT</version>
        </parent>
        
        <modelVersion>4.0.0</modelVersion>
        <artifactId>esr-mgr</artifactId>
        <name>esr-server/esr-mgr</name>
-       <version>1.2.0-SNAPSHOT</version>
        <packaging>jar</packaging>
 
     <build>
             <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>