|
|
@ -29,9 +29,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
<artifactId>cdm-android-api</artifactId>
|
|
|
|
<artifactId>cdm-windows-api</artifactId>
|
|
|
|
<name>JAX-RS Android API</name>
|
|
|
|
<name>JAX-RS Windows API</name>
|
|
|
|
<description>JAX-RS Android API</description>
|
|
|
|
<description>JAX-RS Windows API</description>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
@ -159,6 +159,26 @@
|
|
|
|
<artifactId>wss4j-ws-security-common</artifactId>
|
|
|
|
<artifactId>wss4j-ws-security-common</artifactId>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
<version>2.0.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
|
|
|
|
|
|
|
<version>1.49</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
|
|
|
|
<version>1.49</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
|
|
|
|
|
|
|
<version>3.0.21</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>com.madgag.spongycastle</groupId>
|
|
|
|
|
|
|
|
<artifactId>pkix</artifactId>
|
|
|
|
|
|
|
|
<version>1.51.0.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<artifactId>cxf-rt-ws-security</artifactId>
|
|
|
|
<artifactId>cxf-rt-ws-security</artifactId>
|
|
|
|