mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
commiting windows plugin
This commit is contained in:
parent
ebe0aa2663
commit
2947e6fd21
@ -29,9 +29,9 @@
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.wso2.carbon</groupId>
|
||||
<artifactId>cdm-android-api</artifactId>
|
||||
<name>JAX-RS Android API</name>
|
||||
<description>JAX-RS Android API</description>
|
||||
<artifactId>cdm-windows-api</artifactId>
|
||||
<name>JAX-RS Windows API</name>
|
||||
<description>JAX-RS Windows API</description>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<build>
|
||||
@ -159,6 +159,26 @@
|
||||
<artifactId>wss4j-ws-security-common</artifactId>
|
||||
<version>2.0.0</version>
|
||||
</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>
|
||||
<groupId>org.apache.cxf</groupId>
|
||||
<artifactId>cxf-rt-ws-security</artifactId>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user