Update version to 1.13.4
[sdc.git] / openecomp-be / api / openecomp-sdc-rest-webapp / onboarding-rest-war / pom.xml
index 0e25bf2..09e8e2e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-rest-webapp</artifactId>
-        <version>1.10.2-SNAPSHOT</version>
+        <version>1.13.4-SNAPSHOT</version>
     </parent>
 
     <dependencies>
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>javax.servlet</groupId>
-            <artifactId>javax.servlet-api</artifactId>
-            <version>${servlet-api.version}</version>
-            <scope>provided</scope>
+            <groupId>org.openecomp.sdc</groupId>
+            <artifactId>metrics-rest</artifactId>
+            <version>${project.version}</version>
         </dependency>
         <!-- JSON -->
         <dependency>
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.codehaus.groovy</groupId>
+            <groupId>org.apache.groovy</groupId>
             <artifactId>groovy</artifactId>
             <version>${groovy.version}</version>
         </dependency>
                 <version>${swagger-core-mvn-plugin.version}</version>
                 <configuration>
                     <outputPath>${project.build.directory}/generated/swagger-ui</outputPath>
-                    <outputFileName>swagger-sdce-1</outputFileName>
-                    <outputFormat>JSON</outputFormat>
+                    <outputFileName>openapi-sdce-1</outputFileName>
+                    <outputFormat>JSONANDYAML</outputFormat>
                     <configurationFilePath>
                         ${project.basedir}/src/main/resources/swagger-config.yaml
                     </configurationFilePath>