|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>siddhi-extensions</artifactId>
|
|
|
|
|
<version>4.0.86-SNAPSHOT</version>
|
|
|
|
|
<version>4.0.88-SNAPSHOT</version>
|
|
|
|
|
<relativePath>../pom.xml</relativePath>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
@ -86,6 +86,26 @@
|
|
|
|
|
<artifactId>javax.cache.wso2</artifactId>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
<artifactId>commons-logging-api</artifactId>
|
|
|
|
|
<version>RELEASE</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.devicemgt-plugins</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.appmgt.mdm.restconnector</artifactId>
|
|
|
|
|
<version>4.0.88-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>asm</groupId>
|
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
|
<version>RELEASE</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>asm</groupId>
|
|
|
|
|
<artifactId>asm</artifactId>
|
|
|
|
|
<version>RELEASE</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
|