|
|
|
@ -623,10 +623,6 @@
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.oauth</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.apimgt.keymgt.client</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.poi</groupId>
|
|
|
|
|
<artifactId>poi-ooxml</artifactId>
|
|
|
|
@ -912,15 +908,15 @@
|
|
|
|
|
<version>${wss4j.security.common.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom</groupId>
|
|
|
|
|
<artifactId>axiom-api</artifactId>
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom.wso2</groupId>
|
|
|
|
|
<artifactId>axiom</artifactId>
|
|
|
|
|
<version>${axiom-api.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<!--dependency>
|
|
|
|
|
<groupId>org.apache.ws.commons.axiom</groupId>
|
|
|
|
|
<artifactId>axiom-impl</artifactId>
|
|
|
|
|
<version>${axiom-api.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependency-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
@ -952,14 +948,14 @@
|
|
|
|
|
<version>${saaj-impl.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<groupId>org.wso2.orbit.org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcpkix-jdk15on</artifactId>
|
|
|
|
|
<version>${bcpkix-jdk15on.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.bouncycastle</groupId>
|
|
|
|
|
<groupId>org.wso2.orbit.org.bouncycastle</groupId>
|
|
|
|
|
<artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
|
<version>${bcpkix-jdk15on.version}</version>
|
|
|
|
|
<version>${bcprov-jdk15on.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
@ -1000,13 +996,13 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.identity</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.oauth.stub</artifactId>
|
|
|
|
|
<version>${carbon.identity.version}</version>
|
|
|
|
|
<version>${identity.inbound.auth.oauth.version}</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.identity</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.oauth</artifactId>
|
|
|
|
|
<version>${carbon.identity.version}</version>
|
|
|
|
|
<version>${identity.inbound.auth.oauth.version}</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
@ -1092,7 +1088,7 @@
|
|
|
|
|
<wso2.maven.compiler.target>1.7</wso2.maven.compiler.target>
|
|
|
|
|
|
|
|
|
|
<!--Carbon kernel versions-->
|
|
|
|
|
<carbon.kernel.version>4.4.3</carbon.kernel.version>
|
|
|
|
|
<carbon.kernel.version>4.4.9</carbon.kernel.version>
|
|
|
|
|
<carbon.kernel.version.range>[4.4.0, 4.5.0)</carbon.kernel.version.range>
|
|
|
|
|
|
|
|
|
|
<carbon.p2.plugin.version>1.5.4</carbon.p2.plugin.version>
|
|
|
|
@ -1135,23 +1131,25 @@
|
|
|
|
|
<carbon.commons.version>4.4.8</carbon.commons.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Deployment -->
|
|
|
|
|
<carbon.deployment.version>4.6.0</carbon.deployment.version>
|
|
|
|
|
<carbon.deployment.version>4.7.0</carbon.deployment.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Identity -->
|
|
|
|
|
<carbon.identity.version>5.0.7</carbon.identity.version>
|
|
|
|
|
<carbon.identity.framework.version>5.2.0</carbon.identity.framework.version>
|
|
|
|
|
<identity.inbound.auth.oauth.version>5.1.2</identity.inbound.auth.oauth.version>
|
|
|
|
|
<identity.inbound.auth.saml.version>5.1.1</identity.inbound.auth.saml.version>
|
|
|
|
|
<carbon.identity.version.range>[5.0.7, 6.0.0)</carbon.identity.version.range>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Multi-tenancy -->
|
|
|
|
|
<carbon.multitenancy.version>4.5.0</carbon.multitenancy.version>
|
|
|
|
|
<carbon.multitenancy.version>4.6.0</carbon.multitenancy.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Registry -->
|
|
|
|
|
<carbon.registry.version>4.4.8</carbon.registry.version>
|
|
|
|
|
<carbon.registry.version>4.5.6</carbon.registry.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Governance -->
|
|
|
|
|
<carbon.governance.version>4.5.8</carbon.governance.version>
|
|
|
|
|
<carbon.governance.version>4.6.4</carbon.governance.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon API Management -->
|
|
|
|
|
<carbon.api.mgt.version>5.0.5</carbon.api.mgt.version>
|
|
|
|
|
<carbon.api.mgt.version>6.0.5</carbon.api.mgt.version>
|
|
|
|
|
|
|
|
|
|
<!-- XMPP/MQTT Version -->
|
|
|
|
|
<smack.wso2.version>3.0.4.wso2v1</smack.wso2.version>
|
|
|
|
@ -1184,13 +1182,14 @@
|
|
|
|
|
|
|
|
|
|
<javaee-web-api.version>6.0</javaee-web-api.version>
|
|
|
|
|
|
|
|
|
|
<axiom-api.version>1.2.14</axiom-api.version>
|
|
|
|
|
<axiom-api.version>1.2.11.wso2v10</axiom-api.version>
|
|
|
|
|
<log4j.version>1.2.17</log4j.version>
|
|
|
|
|
<spring-web.version>3.0.5.RELEASE</spring-web.version>
|
|
|
|
|
<spring-ws-security.version>2.1.0.RELEASE</spring-ws-security.version>
|
|
|
|
|
<jaxws-rt.version>2.2.8</jaxws-rt.version>
|
|
|
|
|
<saaj-impl.version>1.3.18</saaj-impl.version>
|
|
|
|
|
<bcpkix-jdk15on.version>1.49</bcpkix-jdk15on.version>
|
|
|
|
|
<bcpkix-jdk15on.version>1.52.0.wso2v2</bcpkix-jdk15on.version>
|
|
|
|
|
<bcprov-jdk15on.version>1.52.0.wso2v1</bcprov-jdk15on.version>
|
|
|
|
|
<plexus-utils.version>3.0.21</plexus-utils.version>
|
|
|
|
|
<joda-time.version>2.2</joda-time.version>
|
|
|
|
|
<wss4j.security.version>1.6.17</wss4j.security.version>
|
|
|
|
|