Update version to 1.13.4
[sdc.git] / openecomp-be / tools / swagger-ui / pom.xml
index 4e09c7f..d979a8d 100644 (file)
@@ -8,7 +8,7 @@
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.13.4-SNAPSHOT</version>
         <relativePath>../../</relativePath>
     </parent>
     <dependencies>
                     <groupId>org.eclipse.jetty</groupId>
                     <artifactId>jetty-servlets</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty</groupId>
+                    <artifactId>jetty-server</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.eclipse.jetty</groupId>
+                    <artifactId>jetty-servlet</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.springframework</groupId>
+                    <artifactId>spring-web</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.functionaljava</groupId>
+                    <artifactId>functionaljava</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
     </dependencies>
@@ -48,7 +68,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>${mvn.jar.version}</version>
                 <executions>
                     <execution>
                         <id>default-jar</id>
                                 <copy todir="${basedir}/target/${plugin.name}/">
                                     <fileset dir="${rest.api.dir}/target/generated/swagger-ui/">
                                         <include name="*.json"/>
+                                        <include name="*.yaml"/>
                                     </fileset>
                                 </copy>
                                 <copy todir="${basedir}/target/${plugin.name}/">
-                                    <fileset dir="${catalog-be.api.dir}/target/generated/swagger/">
+                                    <fileset dir="${catalog-be.api.dir}/target/generated/openapi/">
                                         <include name="*.json"/>
+                                        <include name="*.yaml"/>
                                     </fileset>
                                 </copy>
                             </target>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
-                <version>${mvn.assembly.version}</version>
+                <version>2.6</version>
                 <configuration>
                     <descriptor>assembly/swagger.xml</descriptor>
                     <finalName>${plugin.name}</finalName>