|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<artifactId>certificate-mgt</artifactId>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<version>1.1.0-SNAPSHOT</version>
|
|
|
|
|
<version>1.1.1-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
<configuration>
|
|
|
|
|
<packagingExcludes>WEB-INF/lib/*cxf*.jar</packagingExcludes>
|
|
|
|
|
<warName>certificatemgt</warName>
|
|
|
|
|
<warName>certificate-mgt</warName>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
@ -79,7 +79,7 @@
|
|
|
|
|
<copy todir="${basedir}/../../../repository/deployment/server/webapps"
|
|
|
|
|
overwrite="true">
|
|
|
|
|
<fileset dir="${basedir}/target">
|
|
|
|
|
<include name="${project.artifactId}.war" />
|
|
|
|
|
<include name="certificate-mgt.war"/>
|
|
|
|
|
</fileset>
|
|
|
|
|
</copy>
|
|
|
|
|
</tasks>
|
|
|
|
@ -121,6 +121,12 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-codec.wso2</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
@ -135,31 +141,11 @@
|
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-httpclient.wso2</groupId>
|
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
|
<artifactId>jsr311-api</artifactId>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--<dependency>-->
|
|
|
|
|
<!--<groupId>org.wso2.carbon.identity</groupId>-->
|
|
|
|
|
<!--<artifactId>org.wso2.carbon.user.mgt</artifactId>-->
|
|
|
|
|
<!--<scope>provided</scope>-->
|
|
|
|
|
<!--<exclusions>-->
|
|
|
|
|
<!--<exclusion>-->
|
|
|
|
|
<!--<groupId>org.slf4j</groupId>-->
|
|
|
|
|
<!--<artifactId>slf4j-api</artifactId>-->
|
|
|
|
|
<!--</exclusion>-->
|
|
|
|
|
<!--<exclusion>-->
|
|
|
|
|
<!--<groupId>org.slf4j</groupId>-->
|
|
|
|
|
<!--<artifactId>jcl-over-slf4j</artifactId>-->
|
|
|
|
|
<!--</exclusion>-->
|
|
|
|
|
<!--</exclusions>-->
|
|
|
|
|
<!--</dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.logging</artifactId>
|
|
|
|
@ -179,6 +165,10 @@
|
|
|
|
|
<groupId>org.apache.axis2.wso2</groupId>
|
|
|
|
|
<artifactId>axis2-client</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.neethi.wso2</groupId>
|
|
|
|
|
<artifactId>neethi</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
@ -212,11 +202,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.annotations</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.axis2.wso2</groupId>
|
|
|
|
|
<artifactId>axis2-client</artifactId>
|
|
|
|
|
<version>1.6.1.wso2v14</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|