|
|
|
@ -386,8 +386,36 @@
|
|
|
|
|
<version>${tomcat.jdbc.pooling.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.axis2.transport</groupId>
|
|
|
|
|
<artifactId>axis2-transport-mail</artifactId>
|
|
|
|
|
<version>${axis2-transports.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- End of Orbit dependencies -->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom</groupId>
|
|
|
|
|
<artifactId>axiom-api</artifactId>
|
|
|
|
|
<version>${axiom.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom</groupId>
|
|
|
|
|
<artifactId>axiom-impl</artifactId>
|
|
|
|
|
<version>${axiom.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom.wso2</groupId>
|
|
|
|
|
<artifactId>axiom</artifactId>
|
|
|
|
|
<version>${axiom.wso2.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.commons</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.email.verification</artifactId>
|
|
|
|
|
<version>${carbon.commons.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
@ -622,9 +650,15 @@
|
|
|
|
|
|
|
|
|
|
<!-- Governance -->
|
|
|
|
|
<carbon.governance.version>4.3.0</carbon.governance.version>
|
|
|
|
|
<!-- axis2 versions -->
|
|
|
|
|
<axis2-transports.version>1.1.0-wso2v10</axis2-transports.version>
|
|
|
|
|
<axiom.version>1.2.11-wso2v5</axiom.version>
|
|
|
|
|
<axiom.osgi.version.range>[1.2.11.wso2v5, 1.3.0)</axiom.osgi.version.range>
|
|
|
|
|
<axiom.wso2.version>1.2.11.wso2v5</axiom.wso2.version>
|
|
|
|
|
|
|
|
|
|
<!-- Device Management -->
|
|
|
|
|
<carbon.device.mgt.version>0.9.2-SNAPSHOT</carbon.device.mgt.version>
|
|
|
|
|
<carbon.commons.version>4.3.6</carbon.commons.version>
|
|
|
|
|
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|