Update release note
[sdc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 79bf444..a058c6a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ Modifications copyright (c) 2018-2019 Nokia
 
   <groupId>org.openecomp.sdc</groupId>
   <artifactId>sdc-main</artifactId>
-  <version>1.8.2-SNAPSHOT</version>
+  <version>1.8.5-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>sdc</name>
 
@@ -64,6 +64,7 @@ Modifications copyright (c) 2018-2019 Nokia
         <jaxb-api.version>2.3.1</jaxb-api.version>
         <io.vavr.version>0.10.3</io.vavr.version>
         <groovy.version>3.0.7</groovy.version>
+        <swagger-core-mvn-plugin.version>2.1.7</swagger-core-mvn-plugin.version>
 
         <commons.collections.version>4.1</commons.collections.version>
         <ws.rs.version>2.1</ws.rs.version>
@@ -150,7 +151,7 @@ Modifications copyright (c) 2018-2019 Nokia
         <nexus.id.snapshot>nexus</nexus.id.snapshot>
 
         <!--nexus-->
-        <npm.registry>https://registry.npmjs.org/</npm.registry>
+        <npm.registry>https://nexus3.onap.org/repository/npm.public/npm/-/</npm.registry>
         <nexus.proxy>https://nexus.onap.org</nexus.proxy>
         <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
         <staging.profile.id>176c31dfe190a</staging.profile.id>
@@ -245,6 +246,11 @@ Modifications copyright (c) 2018-2019 Nokia
                 <artifactId>netty-handler</artifactId>
                 <version>${netty.version}</version>
             </dependency>
+            <dependency>
+                <groupId>io.swagger.core.v3</groupId>
+                <artifactId>swagger-maven-plugin</artifactId>
+                <version>${swagger-core-mvn-plugin.version}</version>
+            </dependency>            
         </dependencies>
     </dependencyManagement>