[MSB]Bump apigateway version to 1.6.0
[msb/apigateway.git] / apiroute / apiroute-service / pom.xml
index 9f047e9..13a3d4b 100644 (file)
        <parent>
                <groupId>org.onap.msb.apigateway.apiroute</groupId>
                <artifactId>apiroute-parent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.6.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.msb.apigateway.apiroute</groupId>
        <artifactId>apiroute-service</artifactId>
        <name>onap/msb/apigateway/apiroute/apiroute-service</name>
        <packaging>jar</packaging>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.6.0-SNAPSHOT</version>
 
 
        <dependencies>
+           <dependency>
+            <groupId>org.javassist</groupId>
+            <artifactId>javassist</artifactId>
+            <version>3.23.1-GA</version>
+        </dependency>
                <dependency>
                        <groupId>io.dropwizard</groupId>
                        <artifactId>dropwizard-core</artifactId>
                        <groupId>io.dropwizard</groupId>
                        <artifactId>dropwizard-client</artifactId>
                </dependency>
-               <dependency>
-                       <groupId>io.swagger</groupId>
-                       <artifactId>swagger-jersey2-jaxrs</artifactId>
-                       <scope>compile</scope>
-               </dependency>
                <!-- add by wangyg:增加redis的java客户端jedis依赖 -->
                <dependency>
                        <groupId>redis.clients</groupId>
                <dependency>
                        <groupId>org.powermock</groupId>
                        <artifactId>powermock-module-junit4</artifactId>
+                       <version>2.0.0</version>
                        <scope>test</scope>
                </dependency>
 
                <dependency>
                        <groupId>org.powermock</groupId>
-                       <artifactId>powermock-api-mockito</artifactId>
+                       <artifactId>powermock-api-mockito2</artifactId>
+                       <version>2.0.0</version>
                        <scope>test</scope>
-               </dependency>           
+               </dependency>
                <dependency>
                        <groupId>com.orbitz.consul</groupId>
                        <artifactId>consul-client</artifactId>
                </dependency>
 
                <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-      </dependency>
+                       <groupId>commons-io</groupId>
+                       <artifactId>commons-io</artifactId>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.onap.msb.swagger-sdk</groupId>
+                       <artifactId>swagger-sdk</artifactId>
+                       <version>1.1.0</version>
+                       <exclusions>
+                               <exclusion>
+                                       <groupId>org.slf4j</groupId>
+                                       <artifactId>slf4j-log4j12</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>commons-beanutils</groupId>
+                                        <artifactId>commons-beanutils</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>commons-collections</groupId>
+                                        <artifactId>commons-collections</artifactId>
+                               </exclusion>
+                               <exclusion>
+                                       <groupId>org.springframework</groupId>
+                                        <artifactId>spring-core</artifactId>
+                               </exclusion>
+                       </exclusions>
+               </dependency>
 
        </dependencies>
        <build>
                                        </execution>
                                </executions>
                        </plugin>
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-clean-plugin</artifactId>
+                               <version>3.0.0</version>
+                               <executions>
+                                       <execution>
+                                               <id>clean-generated-files</id>
+                                               <phase>generate-sources</phase>
+                                               <goals>
+                                                       <goal>clean</goal>
+                                               </goals>
+                                               <configuration>
+                                                       <filesets>
+                                                               <fileset>
+                                                                       <directory>${project.build.directory}/generated-sources</directory>
+                                                               </fileset>
+                                                       </filesets>
+                                               </configuration>
+                                       </execution>
+                               </executions>
+                       </plugin>
                </plugins>
                <resources>
                        <resource>