|
|
|
@ -1451,6 +1451,11 @@
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
|
|
<version>${swagger.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1496,6 +1501,11 @@
|
|
|
|
|
<target>1.7</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
<version>2.2</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-release-plugin</artifactId>
|
|
|
|
@ -1811,6 +1821,8 @@
|
|
|
|
|
<!-- Nimbus Jose-->
|
|
|
|
|
<nimbus.orbit.version>2.26.1.wso2v3</nimbus.orbit.version>
|
|
|
|
|
<nimbus.orbit.version.range>[2.26.1, 3.0.0)</nimbus.orbit.version.range>
|
|
|
|
|
|
|
|
|
|
<swagger.version>1.5.8</swagger.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
</project>
|
|
|
|
|