|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
<parent>
|
|
|
|
|
<groupId>org.wso2</groupId>
|
|
|
|
|
<artifactId>wso2</artifactId>
|
|
|
|
|
<version>1</version>
|
|
|
|
|
<version>1.3</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modules>
|
|
|
|
@ -625,11 +625,11 @@
|
|
|
|
|
<artifactId>org.eclipse.osgi.services</artifactId>
|
|
|
|
|
<version>${eclipse.equinox.services.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.osgi.ut</groupId>
|
|
|
|
|
<artifactId>org.eclipse.osgi</artifactId>
|
|
|
|
|
<version>${eclipse.equinox.services.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.osgi.ut</groupId>-->
|
|
|
|
|
<!-- <artifactId>org.eclipse.osgi</artifactId>-->
|
|
|
|
|
<!-- <version>${eclipse.equinox.services.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- End of OSGi dependencies -->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -830,11 +830,6 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.logging</artifactId>
|
|
|
|
|
<version>${org.wso2.carbon.logging.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.core.services</artifactId>
|
|
|
|
@ -843,11 +838,11 @@
|
|
|
|
|
<!-- End of Carbon Kernel dependencies -->
|
|
|
|
|
|
|
|
|
|
<!-- Orbit dependencies -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.h2database.wso2</groupId>
|
|
|
|
|
<artifactId>h2-database-engine</artifactId>
|
|
|
|
|
<version>${orbit.version.h2.engine}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.h2database.wso2</groupId>-->
|
|
|
|
|
<!-- <artifactId>h2-database-engine</artifactId>-->
|
|
|
|
|
<!-- <version>${orbit.version.h2.engine}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.orbit.com.h2database</groupId>
|
|
|
|
@ -881,10 +876,9 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.xml.bind</groupId>
|
|
|
|
|
<groupId>org.wso2.orbit.javax.xml.bind</groupId>
|
|
|
|
|
<artifactId>jaxb-api</artifactId>
|
|
|
|
|
<version>${jaxb.api.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
<version>${version.org.wso2.orbit.javax.xml.bind}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -1186,41 +1180,41 @@
|
|
|
|
|
<artifactId>cxf-rt-transports-http</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-bindings-soap</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-databinding-jaxb</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-rs-extension-providers</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
|
<artifactId>cxf-rt-ws-security</artifactId>
|
|
|
|
|
<version>${cxf.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>net.sf.ehcache</groupId>
|
|
|
|
|
<artifactId>ehcache-core</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.ws.security</groupId>
|
|
|
|
|
<artifactId>wss4j</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.cxf</groupId>-->
|
|
|
|
|
<!-- <artifactId>cxf-rt-bindings-soap</artifactId>-->
|
|
|
|
|
<!-- <version>${cxf.version}</version>-->
|
|
|
|
|
<!-- <exclusions>-->
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
<!-- <groupId>org.apache.cxf</groupId>-->
|
|
|
|
|
<!-- <artifactId>cxf-rt-databinding-jaxb</artifactId>-->
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
<!-- </exclusions>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.cxf</groupId>-->
|
|
|
|
|
<!-- <artifactId>cxf-rt-rs-extension-providers</artifactId>-->
|
|
|
|
|
<!-- <version>${cxf.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.apache.cxf</groupId>-->
|
|
|
|
|
<!-- <artifactId>cxf-rt-ws-security</artifactId>-->
|
|
|
|
|
<!-- <version>${cxf.version}</version>-->
|
|
|
|
|
<!-- <exclusions>-->
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
<!-- <groupId>net.sf.ehcache</groupId>-->
|
|
|
|
|
<!-- <artifactId>ehcache-core</artifactId>-->
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
<!-- <groupId>org.apache.ws.security</groupId>-->
|
|
|
|
|
<!-- <artifactId>wss4j</artifactId>-->
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
<!-- <exclusion>-->
|
|
|
|
|
<!-- <groupId>commons-logging</groupId>-->
|
|
|
|
|
<!-- <artifactId>commons-logging</artifactId>-->
|
|
|
|
|
<!-- </exclusion>-->
|
|
|
|
|
<!-- </exclusions>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- End of CXF dependencies -->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -1290,11 +1284,11 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.identity.sso.saml</artifactId>
|
|
|
|
|
<version>${identity.inbound.auth.saml.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>-->
|
|
|
|
|
<!-- <artifactId>org.wso2.carbon.identity.sso.saml</artifactId>-->
|
|
|
|
|
<!-- <version>${identity.inbound.auth.saml.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.googlecode.json-simple.wso2</groupId>
|
|
|
|
|
<artifactId>json-simple</artifactId>
|
|
|
|
@ -1365,6 +1359,11 @@
|
|
|
|
|
<artifactId>httpmime</artifactId>
|
|
|
|
|
<version>${apache.http.mime.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-lang</groupId>
|
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
|
<version>${commons-lang.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-lang.wso2</groupId>
|
|
|
|
|
<artifactId>commons-lang</artifactId>
|
|
|
|
@ -1390,11 +1389,11 @@
|
|
|
|
|
<artifactId>okhttp</artifactId>
|
|
|
|
|
<version>${squareup.okhttp3.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.squareup.okio</groupId>
|
|
|
|
|
<artifactId>okio</artifactId>
|
|
|
|
|
<version>${okio.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.squareup.okio</groupId>-->
|
|
|
|
|
<!-- <artifactId>okio</artifactId>-->
|
|
|
|
|
<!-- <version>${okio.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.github.openfeign</groupId>
|
|
|
|
|
<artifactId>feign-okhttp</artifactId>
|
|
|
|
@ -1432,6 +1431,11 @@
|
|
|
|
|
<artifactId>commons-httpclient</artifactId>
|
|
|
|
|
<version>${commons.httpclient.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.velocity</groupId>
|
|
|
|
|
<artifactId>velocity</artifactId>
|
|
|
|
|
<version>1.7</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.orbit.org.apache.velocity</groupId>
|
|
|
|
|
<artifactId>velocity</artifactId>
|
|
|
|
@ -1447,12 +1451,12 @@
|
|
|
|
|
<artifactId>commons-collections</artifactId>
|
|
|
|
|
<version>${commons-collections.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
|
<artifactId>javaee-web-api</artifactId>
|
|
|
|
|
<version>6.0</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>javax</groupId>-->
|
|
|
|
|
<!-- <artifactId>javaee-web-api</artifactId>-->
|
|
|
|
|
<!-- <version>6.0</version>-->
|
|
|
|
|
<!-- <scope>provided</scope>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
<!--Mysql Connector version-->
|
|
|
|
|
<dependency>
|
|
|
|
@ -1463,11 +1467,11 @@
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Analytics Commons -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.analytics-common</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.databridge.core</artifactId>
|
|
|
|
|
<version>${carbon.analytics.common.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.wso2.carbon.analytics-common</groupId>-->
|
|
|
|
|
<!-- <artifactId>org.wso2.carbon.databridge.core</artifactId>-->
|
|
|
|
|
<!-- <version>${carbon.analytics.common.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.analytics-common</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.event.stream.core</artifactId>
|
|
|
|
@ -1562,6 +1566,11 @@
|
|
|
|
|
<artifactId>httpcore</artifactId>
|
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.httpcomponents.wso2</groupId>
|
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
|
<version>${httpclient.wso2.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.orbit.org.apache.httpcomponents</groupId>
|
|
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
|
@ -1586,15 +1595,15 @@
|
|
|
|
|
<version>${eclipse.paho.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
|
<version>${commons-configuration.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>commons-configuration</groupId>-->
|
|
|
|
|
<!-- <artifactId>commons-configuration</artifactId>-->
|
|
|
|
|
<!-- <version>${commons-configuration.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
|
<artifactId>swagger-annotations</artifactId>
|
|
|
|
|
<version>${swagger.annotations.version}</version>
|
|
|
|
|
<version>${swagger.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
@ -1616,16 +1625,16 @@
|
|
|
|
|
<artifactId>org.wso2.carbon.event.output.adapter.core</artifactId>
|
|
|
|
|
<version>${carbon.analytics.common.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.analytics</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.analytics.datasource.commons</artifactId>
|
|
|
|
|
<version>${carbon.analytics.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.analytics</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.analytics.dataservice.commons</artifactId>
|
|
|
|
|
<version>${carbon.analytics.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.wso2.carbon.analytics</groupId>-->
|
|
|
|
|
<!-- <artifactId>org.wso2.carbon.analytics.datasource.commons</artifactId>-->
|
|
|
|
|
<!-- <version>${carbon.analytics.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.wso2.carbon.analytics</groupId>-->
|
|
|
|
|
<!-- <artifactId>org.wso2.carbon.analytics.dataservice.commons</artifactId>-->
|
|
|
|
|
<!-- <version>${carbon.analytics.version}</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon.analytics-common</groupId>
|
|
|
|
|
<artifactId>org.wso2.carbon.event.publisher.stub</artifactId>
|
|
|
|
@ -1887,6 +1896,32 @@
|
|
|
|
|
<artifactId>mockito-inline</artifactId>
|
|
|
|
|
<version>${mokito.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.ops4j.pax.logging</groupId>
|
|
|
|
|
<artifactId>pax-logging-api</artifactId>
|
|
|
|
|
<version>${pax.logging.api.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.cxf.wso2</groupId>
|
|
|
|
|
<artifactId>cxf-bundle</artifactId>
|
|
|
|
|
<version>${cxf-bundle.version}</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>commons-fileupload.wso2</groupId>
|
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
|
<version>${commons-fileupload.version}</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cglib</groupId>
|
|
|
|
|
<artifactId>cglib-nodep</artifactId>
|
|
|
|
|
<version>3.2.7</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.wso2.carbon</groupId>
|
|
|
|
|
<artifactId>javax.cache.wso2</artifactId>
|
|
|
|
|
<version>4.6.3-m5</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
@ -1922,17 +1957,17 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.8.0</version>
|
|
|
|
|
<version>3.8.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
<source>17</source>
|
|
|
|
|
<target>17</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
|
|
|
<version>2.2</version>
|
|
|
|
|
<version>3.3.1</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
@ -1952,30 +1987,30 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>2.3.2</version>
|
|
|
|
|
<version>3.8.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
<source>1.8</source>
|
|
|
|
|
<target>1.8</target>
|
|
|
|
|
<source>17</source>
|
|
|
|
|
<target>17</target>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>maven-scr-plugin</artifactId>
|
|
|
|
|
<version>1.7.2</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>generate-scr-scrdescriptor</id>
|
|
|
|
|
<goals>
|
|
|
|
|
<goal>scr</goal>
|
|
|
|
|
</goals>
|
|
|
|
|
</execution>
|
|
|
|
|
</executions>
|
|
|
|
|
</plugin>
|
|
|
|
|
<!-- <plugin>-->
|
|
|
|
|
<!-- <groupId>org.apache.felix</groupId>-->
|
|
|
|
|
<!-- <artifactId>maven-scr-plugin</artifactId>-->
|
|
|
|
|
<!-- <version>1.7.2</version>-->
|
|
|
|
|
<!-- <executions>-->
|
|
|
|
|
<!-- <execution>-->
|
|
|
|
|
<!-- <id>generate-scr-scrdescriptor</id>-->
|
|
|
|
|
<!-- <goals>-->
|
|
|
|
|
<!-- <goal>scr</goal>-->
|
|
|
|
|
<!-- </goals>-->
|
|
|
|
|
<!-- </execution>-->
|
|
|
|
|
<!-- </executions>-->
|
|
|
|
|
<!-- </plugin>-->
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
|
<version>4.1.0</version>
|
|
|
|
|
<version>5.1.1</version>
|
|
|
|
|
<extensions>true</extensions>
|
|
|
|
|
<configuration>
|
|
|
|
|
<obrRepository>NONE</obrRepository>
|
|
|
|
@ -2016,7 +2051,13 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<version>2.18</version>
|
|
|
|
|
<version>2.22.0</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<systemPropertyVariables>
|
|
|
|
|
<jacoco-agent.destfile>${basedir}/target/coverage-reports/jacoco-ut.exec
|
|
|
|
|
</jacoco-agent.destfile>
|
|
|
|
|
</systemPropertyVariables>
|
|
|
|
|
</configuration>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
@ -2033,6 +2074,26 @@
|
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
|
<version>${jacoco.maven.plugin.version}</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
<artifactId>exec-maven-plugin</artifactId>
|
|
|
|
|
<version>1.4.0</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
|
<version>1.8</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>com.google.code.maven-replacer-plugin</groupId>
|
|
|
|
|
<artifactId>replacer</artifactId>
|
|
|
|
|
<version>1.5.2</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>io.swagger</groupId>
|
|
|
|
|
<artifactId>swagger-codegen-maven-plugin</artifactId>
|
|
|
|
|
<version>2.2.1</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
</plugins>
|
|
|
|
|
</pluginManagement>
|
|
|
|
|
</build>
|
|
|
|
@ -2040,76 +2101,76 @@
|
|
|
|
|
<properties>
|
|
|
|
|
<servelet.jsp.version>2.2.1</servelet.jsp.version>
|
|
|
|
|
<testng.version>7.4.0</testng.version>
|
|
|
|
|
<carbon.kernel.version>4.6.2</carbon.kernel.version>
|
|
|
|
|
<carbon.kernel.version>4.8.1</carbon.kernel.version>
|
|
|
|
|
<carbon.kernel.version.range>[4.5.0, 5.0.0)</carbon.kernel.version.range>
|
|
|
|
|
<carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>
|
|
|
|
|
<maven-buildnumber-plugin.version>1.3</maven-buildnumber-plugin.version>
|
|
|
|
|
<carbon.feature.plugin.version>3.1.3</carbon.feature.plugin.version>
|
|
|
|
|
<org.wso2.carbon.logging.version>4.4.9</org.wso2.carbon.logging.version>
|
|
|
|
|
<!-- <maven-buildnumber-plugin.version>1.3</maven-buildnumber-plugin.version>-->
|
|
|
|
|
<!-- <carbon.feature.plugin.version>3.1.3</carbon.feature.plugin.version>-->
|
|
|
|
|
<!-- <org.wso2.carbon.logging.version>4.4.9</org.wso2.carbon.logging.version>-->
|
|
|
|
|
|
|
|
|
|
<!-- Axis2 -->
|
|
|
|
|
<axis2.osgi.version.range>[1.6.1.wso2v11, 1.7.0)</axis2.osgi.version.range>
|
|
|
|
|
<axis2.orbit.version>1.6.1.wso2v11</axis2.orbit.version>
|
|
|
|
|
<axis2.osgi.version.range>[1.6.1, 1.7.0)</axis2.osgi.version.range>
|
|
|
|
|
<axis2.orbit.version>1.6.1-wso2v85</axis2.orbit.version>
|
|
|
|
|
<axis2-transports.version>1.1.0-wso2v10</axis2-transports.version>
|
|
|
|
|
|
|
|
|
|
<jboss-transaction-api.version>1.0.0.Final</jboss-transaction-api.version>
|
|
|
|
|
<!-- <jboss-transaction-api.version>1.0.0.Final</jboss-transaction-api.version>-->
|
|
|
|
|
|
|
|
|
|
<!-- Jaggery -->
|
|
|
|
|
<jaggery.version>0.12.8</jaggery.version>
|
|
|
|
|
<jaggery.extensions.version>1.5.6</jaggery.extensions.version>
|
|
|
|
|
<jaggery.extensions.sso.version>1.5.6</jaggery.extensions.sso.version>
|
|
|
|
|
<jaggery.extensions.carbon.version>1.5.6</jaggery.extensions.carbon.version>
|
|
|
|
|
<jaggery.extensions.test.version>1.5.6</jaggery.extensions.test.version>
|
|
|
|
|
<!-- <jaggery.version>0.12.8</jaggery.version>-->
|
|
|
|
|
<!-- <jaggery.extensions.version>1.5.6</jaggery.extensions.version>-->
|
|
|
|
|
<!-- <jaggery.extensions.sso.version>1.5.6</jaggery.extensions.sso.version>-->
|
|
|
|
|
<!-- <jaggery.extensions.carbon.version>1.5.6</jaggery.extensions.carbon.version>-->
|
|
|
|
|
<!-- <jaggery.extensions.test.version>1.5.6</jaggery.extensions.test.version>-->
|
|
|
|
|
|
|
|
|
|
<!-- Testing -->
|
|
|
|
|
<automation.test.framework.version>4.3.1</automation.test.framework.version>
|
|
|
|
|
<automation.utils.version>4.4.2</automation.utils.version>
|
|
|
|
|
<test.automation.emm.ui.version>1.1.0</test.automation.emm.ui.version>
|
|
|
|
|
<junit.version>4.8.2</junit.version>
|
|
|
|
|
<!-- <automation.test.framework.version>4.3.1</automation.test.framework.version>-->
|
|
|
|
|
<!-- <automation.utils.version>4.4.2</automation.utils.version>-->
|
|
|
|
|
<!-- <test.automation.emm.ui.version>1.1.0</test.automation.emm.ui.version>-->
|
|
|
|
|
<junit.version>4.13.1</junit.version>
|
|
|
|
|
|
|
|
|
|
<!--Eclipse OSGi-->
|
|
|
|
|
<eclipse.equinox.common.version>3.6.200.v20130402-1505</eclipse.equinox.common.version>
|
|
|
|
|
<eclipse.equinox.services.version>3.3.100.v20120522-1822</eclipse.equinox.services.version>
|
|
|
|
|
<eclipse.osgi.version>3.9.1.v20140110-1610</eclipse.osgi.version>
|
|
|
|
|
<eclipse.osgi.version>3.8.1.v20120830-144521</eclipse.osgi.version>
|
|
|
|
|
|
|
|
|
|
<orbit.version.h2.engine>1.2.140.wso2v3</orbit.version.h2.engine>
|
|
|
|
|
<!-- <orbit.version.h2.engine>1.2.140.wso2v3</orbit.version.h2.engine>-->
|
|
|
|
|
|
|
|
|
|
<!-- Tomcat -->
|
|
|
|
|
<orbit.version.tomcat>7.0.85.wso2v1</orbit.version.tomcat>
|
|
|
|
|
<orbit.version.tomcat.servlet.api>7.0.85.wso2v1</orbit.version.tomcat.servlet.api>
|
|
|
|
|
<orbit.version.tomcat>7.0.93.wso2v1</orbit.version.tomcat>
|
|
|
|
|
<orbit.version.tomcat.servlet.api>7.0.93.wso2v1</orbit.version.tomcat.servlet.api>
|
|
|
|
|
<tomcat.jdbc.pooling.version>7.0.34.wso2v2</tomcat.jdbc.pooling.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Deployment -->
|
|
|
|
|
<carbon.deployment.version>4.7.15</carbon.deployment.version>
|
|
|
|
|
<!-- <carbon.deployment.version>4.11.7</carbon.deployment.version>-->
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Identity -->
|
|
|
|
|
<carbon.identity.framework.version>5.18.187</carbon.identity.framework.version>
|
|
|
|
|
<carbon.identity.framework.version.range>[5.2.0, 7.0.0)</carbon.identity.framework.version.range>
|
|
|
|
|
<identity.inbound.auth.oauth.version>6.4.111</identity.inbound.auth.oauth.version>
|
|
|
|
|
<identity.inbound.auth.saml.version>5.5.2</identity.inbound.auth.saml.version>
|
|
|
|
|
<carbon.identity.jwt.grant.version>1.0.31</carbon.identity.jwt.grant.version>
|
|
|
|
|
<carbon.identity.jwt.grant.version.range>[1.0.31, 2.0.0)</carbon.identity.jwt.grant.version.range>
|
|
|
|
|
<carbon.identity.framework.version>5.24.8</carbon.identity.framework.version>
|
|
|
|
|
<carbon.identity.framework.version.range>[5.14.0, 6.0.0)</carbon.identity.framework.version.range>
|
|
|
|
|
<identity.inbound.auth.oauth.version>6.9.6</identity.inbound.auth.oauth.version>
|
|
|
|
|
<!-- <identity.inbound.auth.saml.version>5.5.2</identity.inbound.auth.saml.version>-->
|
|
|
|
|
<carbon.identity.jwt.grant.version>2.1.1</carbon.identity.jwt.grant.version>
|
|
|
|
|
<carbon.identity.jwt.grant.version.range>[2.1.1, 3.0.0)</carbon.identity.jwt.grant.version.range>
|
|
|
|
|
<!-- Carbon Identity import version ranges -->
|
|
|
|
|
<carbon.identity.imp.pkg.version>[5.14.0, 6.0.0)</carbon.identity.imp.pkg.version>
|
|
|
|
|
<carbon.identity-inbound-auth-oauth.imp.pkg.version>[6.0.0, 7.0.0)</carbon.identity-inbound-auth-oauth.imp.pkg.version>
|
|
|
|
|
<carbon.identity-user-ws.imp.pkg.version>[5.3.0, 6.0.0)</carbon.identity-user-ws.imp.pkg.version>
|
|
|
|
|
<!-- <carbon.identity-user-ws.imp.pkg.version>[5.3.0, 6.0.0)</carbon.identity-user-ws.imp.pkg.version>-->
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Multi-tenancy -->
|
|
|
|
|
<carbon.multitenancy.version>4.9.10</carbon.multitenancy.version>
|
|
|
|
|
<carbon.multitenancy.version>4.9.20</carbon.multitenancy.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Governance -->
|
|
|
|
|
<carbon.governance.version>4.8.21</carbon.governance.version>
|
|
|
|
|
<carbon.governance.version>4.8.30</carbon.governance.version>
|
|
|
|
|
|
|
|
|
|
<!-- Axiom -->
|
|
|
|
|
<axiom.version>1.2.11-wso2v10</axiom.version>
|
|
|
|
|
<axiom.version>1.2.11-wso2v25</axiom.version>
|
|
|
|
|
<axiom.osgi.version.range>[1.2.11, 1.3.0)</axiom.osgi.version.range>
|
|
|
|
|
<axiom.wso2.version>1.2.11.wso2v10</axiom.wso2.version>
|
|
|
|
|
<axiom.wso2.version>1.2.11-wso2v25</axiom.wso2.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Device Management -->
|
|
|
|
|
<io.entgra.device.mgt.core.version>5.0.26-SNAPSHOT</io.entgra.device.mgt.core.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Commons -->
|
|
|
|
|
<carbon.commons.version>4.7.35</carbon.commons.version>
|
|
|
|
|
<carbon.commons.version>4.9.2</carbon.commons.version>
|
|
|
|
|
<version.commons.codec>1.4.0.wso2v1</version.commons.codec>
|
|
|
|
|
<commons-codec.wso2.osgi.version.range>[1.4.0,2.0.0)</commons-codec.wso2.osgi.version.range>
|
|
|
|
|
<version.commons.io>2.4.0.wso2v1</version.commons.io>
|
|
|
|
@ -2117,31 +2178,31 @@
|
|
|
|
|
<commons-lang.wso2.osgi.version.range>[2.6.0,3.0.0)</commons-lang.wso2.osgi.version.range>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon API Management -->
|
|
|
|
|
<carbon.api.mgt.version>9.0.174</carbon.api.mgt.version>
|
|
|
|
|
<carbon.api.mgt.version>9.28.116</carbon.api.mgt.version>
|
|
|
|
|
<carbon.api.mgt.version.range>[9.0.0, 10.0.0)</carbon.api.mgt.version.range>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Analytics -->
|
|
|
|
|
<carbon.analytics.common.version>5.2.34</carbon.analytics.common.version>
|
|
|
|
|
<carbon.analytics.common.version.range>[5.2.34,6.0.0)</carbon.analytics.common.version.range>
|
|
|
|
|
<carbon.analytics.common.version>5.3.5</carbon.analytics.common.version>
|
|
|
|
|
<carbon.analytics.common.version.range>[5.3.0,6.0.0)</carbon.analytics.common.version.range>
|
|
|
|
|
<carbon.analytics.version>1.3.25</carbon.analytics.version>
|
|
|
|
|
<carbon.analytics.version.range>[1.3.0,2.0.0)</carbon.analytics.version.range>
|
|
|
|
|
<carbon.event-processing.version>2.1.23</carbon.event-processing.version>
|
|
|
|
|
<!-- <carbon.analytics.version.range>[1.3.0,2.0.0)</carbon.analytics.version.range>-->
|
|
|
|
|
<carbon.event-processing.version>2.3.5</carbon.event-processing.version>
|
|
|
|
|
|
|
|
|
|
<!-- Carbon Registry -->
|
|
|
|
|
<carbon.registry.version>4.7.39</carbon.registry.version>
|
|
|
|
|
<carbon.registry.version>4.8.13</carbon.registry.version>
|
|
|
|
|
<carbon.registry.resource.version>${carbon.registry.version}</carbon.registry.resource.version>
|
|
|
|
|
<carbon.registry.imp.pkg.version.range>[4.7.0, 5.0.0)</carbon.registry.imp.pkg.version.range>
|
|
|
|
|
|
|
|
|
|
<!--CXF properties-->
|
|
|
|
|
<cxf.version>3.3.6</cxf.version>
|
|
|
|
|
<cxf.version>3.5.5</cxf.version>
|
|
|
|
|
<!--<cxf.bindings.version>2.5.11</cxf.bindings.version>-->
|
|
|
|
|
<json-simple.version>1.1.wso2v1</json-simple.version>
|
|
|
|
|
<jackson.version>1.9.0</jackson.version>
|
|
|
|
|
<jackson.version>1.9.13</jackson.version>
|
|
|
|
|
|
|
|
|
|
<!-- Subtype Management -->
|
|
|
|
|
<json.version>20220924</json.version>
|
|
|
|
|
<fasterxml.jackson.version>2.4.5</fasterxml.jackson.version>
|
|
|
|
|
<guava.version>27.0.1-jre</guava.version>
|
|
|
|
|
<!-- <json.version>20220924</json.version>-->
|
|
|
|
|
<!-- <fasterxml.jackson.version>2.4.5</fasterxml.jackson.version>-->
|
|
|
|
|
<!-- <guava.version>27.0.1-jre</guava.version>-->
|
|
|
|
|
|
|
|
|
|
<!-- BouncyCastle -->
|
|
|
|
|
<bcprov.wso2.version>1.60.0.wso2v1</bcprov.wso2.version>
|
|
|
|
@ -2153,17 +2214,17 @@
|
|
|
|
|
|
|
|
|
|
<commons-json.version>3.0.0.wso2v1</commons-json.version>
|
|
|
|
|
<json.smart.version>1.3</json.smart.version>
|
|
|
|
|
<google.gson.version>2.8.5</google.gson.version>
|
|
|
|
|
<google.gson.version>2.9.1</google.gson.version>
|
|
|
|
|
<google.guava.version>31.0.1-jre</google.guava.version>
|
|
|
|
|
<squareup.okhttp3.version>4.6.0</squareup.okhttp3.version>
|
|
|
|
|
<okio.version>1.13.0</okio.version>
|
|
|
|
|
<github.openfeign.version>9.3.1</github.openfeign.version>
|
|
|
|
|
<github.openfeign.version>11.0</github.openfeign.version>
|
|
|
|
|
<jsr311.version>1.1.1</jsr311.version>
|
|
|
|
|
<commons.logging.version>1.2</commons.logging.version>
|
|
|
|
|
<apache.http.client.version>4.5.6</apache.http.client.version>
|
|
|
|
|
<!-- apache http components core -->
|
|
|
|
|
<apache.http.core.version>4.4.10</apache.http.core.version>
|
|
|
|
|
<apache.http.mime.version>4.5.8</apache.http.mime.version>
|
|
|
|
|
<apache.http.core.version>4.4.13</apache.http.core.version>
|
|
|
|
|
<apache.http.mime.version>4.5.10</apache.http.mime.version>
|
|
|
|
|
<jersey.version>1.9</jersey.version>
|
|
|
|
|
|
|
|
|
|
<!-- Neethi version-->
|
|
|
|
@ -2171,7 +2232,7 @@
|
|
|
|
|
<neethi.wso2.version>2.0.4.wso2v4</neethi.wso2.version>
|
|
|
|
|
|
|
|
|
|
<!-- Release plugin ID for github-->
|
|
|
|
|
<project.scm.id>github-scm</project.scm.id>
|
|
|
|
|
<!-- <project.scm.id>github-scm</project.scm.id>-->
|
|
|
|
|
|
|
|
|
|
<!--SC Annotations Dependency -->
|
|
|
|
|
<scannotation.version>1.0.3.wso2v1</scannotation.version>
|
|
|
|
@ -2180,15 +2241,16 @@
|
|
|
|
|
|
|
|
|
|
<httpclient.version>4.3.1.wso2v2</httpclient.version>
|
|
|
|
|
<httpclient.version.range>[4.3.1, 5.0.0)</httpclient.version.range>
|
|
|
|
|
<httpcore.version>4.3.3.wso2v1</httpcore.version>
|
|
|
|
|
<httpcore.version>4.4.16.wso2v1</httpcore.version>
|
|
|
|
|
<commons.httpclient.version>3.1.0.wso2v2</commons.httpclient.version>
|
|
|
|
|
<httpclient.wso2.version>4.2.5.wso2v1</httpclient.wso2.version>
|
|
|
|
|
|
|
|
|
|
<velocity.version>1.7.0.wso2v1</velocity.version>
|
|
|
|
|
|
|
|
|
|
<commons-io.version>2.4.0.wso2v1</commons-io.version>
|
|
|
|
|
<commons-collections.version>3.2.0.wso2v1</commons-collections.version>
|
|
|
|
|
<commons-collections.version.range>(3.2.0, 3.3.0]</commons-collections.version.range>
|
|
|
|
|
<commons-configuration.version>1.8</commons-configuration.version>
|
|
|
|
|
<!-- <commons-configuration.version>1.8</commons-configuration.version>-->
|
|
|
|
|
|
|
|
|
|
<!--Mysql connector version-->
|
|
|
|
|
<mysql.connector.version>5.1.34</mysql.connector.version>
|
|
|
|
@ -2199,13 +2261,13 @@
|
|
|
|
|
<eclipse.paho.version>1.0.2</eclipse.paho.version>
|
|
|
|
|
|
|
|
|
|
<!-- Nimbus Jose-->
|
|
|
|
|
<nimbus.orbit.version>7.3.0.wso2v1</nimbus.orbit.version>
|
|
|
|
|
<nimbus.orbit.version>7.9.0.wso2v1</nimbus.orbit.version>
|
|
|
|
|
<nimbus.orbit.version.range>[7.3, 8)</nimbus.orbit.version.range>
|
|
|
|
|
|
|
|
|
|
<!--javax ws rs version-->
|
|
|
|
|
<javax.ws.rs.version>2.0.1</javax.ws.rs.version>
|
|
|
|
|
<swagger.version>1.5.10</swagger.version>
|
|
|
|
|
<swagger.annotations.version>1.6.1</swagger.annotations.version>
|
|
|
|
|
<swagger.version>1.6.9</swagger.version>
|
|
|
|
|
<!-- <swagger.annotations.version>1.6.9</swagger.annotations.version>-->
|
|
|
|
|
<servlet-api.version>4.0.1</servlet-api.version>
|
|
|
|
|
|
|
|
|
|
<!--JWT grant type extension feature-->
|
|
|
|
@ -2221,8 +2283,8 @@
|
|
|
|
|
|
|
|
|
|
<!-- apache pdfbox version -->
|
|
|
|
|
<orbit.version.pdfbox>1.8.10.wso2v2</orbit.version.pdfbox>
|
|
|
|
|
<carbon.throttle.module.version>4.2.1</carbon.throttle.module.version>
|
|
|
|
|
<javax.xml.soap.imp.pkg.version>[1.0.0, 1.1.0)</javax.xml.soap.imp.pkg.version>
|
|
|
|
|
<!-- <carbon.throttle.module.version>4.2.1</carbon.throttle.module.version>-->
|
|
|
|
|
<!-- <javax.xml.soap.imp.pkg.version>[1.0.0, 1.1.0)</javax.xml.soap.imp.pkg.version>-->
|
|
|
|
|
|
|
|
|
|
<!-- apache pdfbox version -->
|
|
|
|
|
<slf4j.simple.version>1.7.0</slf4j.simple.version>
|
|
|
|
@ -2235,13 +2297,13 @@
|
|
|
|
|
|
|
|
|
|
<!-- api-mgt handler version properties -->
|
|
|
|
|
<org.apache.synapse.version>2.1.7-wso2v227</org.apache.synapse.version>
|
|
|
|
|
<org.apache.ws.security.wso2.version>1.5.11.wso2v15</org.apache.ws.security.wso2.version>
|
|
|
|
|
<org.apache.ws.security.wso2.version>1.5.11-wso2v18</org.apache.ws.security.wso2.version>
|
|
|
|
|
|
|
|
|
|
<!--carbon store version-->
|
|
|
|
|
<carbon.store.sso.common.version>1.5.1</carbon.store.sso.common.version>
|
|
|
|
|
|
|
|
|
|
<!--Feign Version-->
|
|
|
|
|
<io.github.openfeign.version>9.3.1</io.github.openfeign.version>
|
|
|
|
|
<io.github.openfeign.version>11.0</io.github.openfeign.version>
|
|
|
|
|
<io.github.openfeign.version.range>[9.3.1,10.0.0)</io.github.openfeign.version.range>
|
|
|
|
|
<!--Oltu client Version-->
|
|
|
|
|
<oltu.client.version>1.0.1</oltu.client.version>
|
|
|
|
@ -2268,22 +2330,28 @@
|
|
|
|
|
<maven.checkstyle.vesion>3.1.0</maven.checkstyle.vesion>
|
|
|
|
|
|
|
|
|
|
<!--websocket related lib versions-->
|
|
|
|
|
<tomcat.websocket.version>7.0.85</tomcat.websocket.version>
|
|
|
|
|
<tomcat.websocket.version>9.0.24</tomcat.websocket.version>
|
|
|
|
|
<javax.websocket.version>1.1</javax.websocket.version>
|
|
|
|
|
<glassfish.tyrus.version>1.13.1</glassfish.tyrus.version>
|
|
|
|
|
<!-- <glassfish.tyrus.version>1.13.1</glassfish.tyrus.version>-->
|
|
|
|
|
|
|
|
|
|
<spring-web.version>5.1.13.RELEASE</spring-web.version>
|
|
|
|
|
<spring-web.version>5.3.23</spring-web.version>
|
|
|
|
|
<cxf-bundle-package.version>2.7.18</cxf-bundle-package.version>
|
|
|
|
|
<cxf-bundle.version>2.6.1.wso2v2</cxf-bundle.version>
|
|
|
|
|
|
|
|
|
|
<imp.package.version.osgi.framework>[1.6.0, 2.0.0)</imp.package.version.osgi.framework>
|
|
|
|
|
<imp.package.version.osgi.service>[1.2.0,1.3.0)</imp.package.version.osgi.service>
|
|
|
|
|
|
|
|
|
|
<mokito.version>4.2.0</mokito.version>
|
|
|
|
|
<jaxb.api.version>2.3.1</jaxb.api.version>
|
|
|
|
|
<!-- <jaxb.api.version>2.3.1</jaxb.api.version>-->
|
|
|
|
|
<xerces.version>2.8.1.wso2v2</xerces.version>
|
|
|
|
|
<org.wso2.apache.httpcomponents.httpclient.version>4.3.1.wso2v1</org.wso2.apache.httpcomponents.httpclient.version>
|
|
|
|
|
<orbit.h2.version>1.4.199.wso2v1</orbit.h2.version>
|
|
|
|
|
<orbit.h2.version>2.1.210.wso2v1</orbit.h2.version>
|
|
|
|
|
<securevault.version>1.1.3</securevault.version>
|
|
|
|
|
|
|
|
|
|
<pax.logging.api.version>1.11.2</pax.logging.api.version>
|
|
|
|
|
<version.org.wso2.orbit.javax.xml.bind>2.3.1.wso2v1</version.org.wso2.orbit.javax.xml.bind>
|
|
|
|
|
<commons-lang.version>2.4</commons-lang.version>
|
|
|
|
|
<commons-fileupload.version>1.2.2.wso2v1</commons-fileupload.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<pluginRepositories>
|
|
|
|
|