Up version the esr server poms
[aai/esr-server.git] / esr-mgr / pom.xml
index 586c6c4..a1f61e3 100644 (file)
        <parent>
                <groupId>org.onap.aai.esr-server</groupId>
                <artifactId>aai-esr-server</artifactId>
-               <version>1.1.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.1.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>
             <version>1.6.5</version>
             <scope>test</scope>
         </dependency>
-        <!-- <dependency>
-            <groupId>org.powermock</groupId>
-            <artifactId>powermock-api-mockito</artifactId>
-            <version>1.7.1</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.powermock</groupId>
-            <artifactId>powermock-module-junit4-rule</artifactId>
-            <version>1.6.5</version>
-            <scope>test</scope>
-        </dependency> -->
         <dependency>
                <groupId>org.powermock</groupId>
                <artifactId>powermock-module-junit4</artifactId>
             <scope>test</scope>
         </dependency>
         <!-- MSB java-sdk -->
-       <dependency>
+               <dependency>
             <groupId>org.onap.msb.java-sdk</groupId>
             <artifactId>msb-java-sdk</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
-        </dependency>    
+            <version>1.1.0</version>
+        </dependency>
     </dependencies>
-       
        <profiles>
         <profile>
             <id>swagger</id>
                                 </goals>
                             </execution>
                         </executions>
-                        <dependencies>
-                            <dependency>
-                                <groupId>io.swagger</groupId>
-                                <artifactId>swagger-hibernate-validations</artifactId>
-                                <version>1.5.6</version>
-                            </dependency>
-                        </dependencies>
                     </plugin>
                 </plugins>
             </build>