wso2appserver-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>wso2appserver-parent</artifactId>
<version>5.3.0</version>
</dependency><!--
~ Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.appserver</groupId>
<artifactId>wso2appserver-parent</artifactId>
<packaging>pom</packaging>
<version>5.3.0</version>
<name>WSO2 AppServer - Parent</name>
<url>http://wso2.org/projects/appserver/java</url>
<description>WSO2 AppServer</description>
<parent>
<groupId>org.wso2</groupId>
<artifactId>wso2</artifactId>
<version>1</version>
</parent>
<licenses>
<license>
<name>Apache License Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<modules>
<module>modules/styles</module>
<module>modules/samples</module>
<module>modules/features</module>
<module>modules/org.wso2.stratos.appserver.login.ui</module>
<module>modules/org.wso2.stratos.appserver.dashboard.ui</module>
<module>modules/p2-profile-gen</module>
<module>modules/distribution</module>
<module>modules/integration</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.ui</artifactId>
<version>${carbon.kernel.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.utils</artifactId>
<version>${carbon.kernel.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>${version.equinox.osgi}</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.jsp.jasper</artifactId>
<version>${version.equinox.jsp.jasper}</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.http.helper</artifactId>
<version>${version.equinox.http.helper}</version>
</dependency>
<dependency>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi.services</artifactId>
<version>${version.equinox.osgi.services}</version>
</dependency>
<dependency>
<groupId>org.wso2.tomcat</groupId>
<artifactId>tomcat-servlet-api</artifactId>
<version>${javax.servlet.version}</version>
</dependency>
<dependency>
<groupId>org.apache.derby.wso2</groupId>
<artifactId>derby</artifactId>
<version>${apache.derby.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.wso2</groupId>
<artifactId>hibernate</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache.wso2</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache.version}</version>
</dependency>
<dependency>
<groupId>org.apache.bcel.wso2</groupId>
<artifactId>bcel</artifactId>
<version>${bcel.version}</version>
</dependency>
<dependency>
<groupId>asm.wso2</groupId>
<artifactId>asm</artifactId>
<version>${asm.version}</version>
</dependency>
<dependency>
<groupId>cglib.wso2</groupId>
<artifactId>cglib</artifactId>
<version>${cglib.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.apache.axis2.wso2</groupId>
<artifactId>axis2-jibx</artifactId>
<version>${axis2.jibx.version}</version>
</dependency>
<dependency>
<groupId>org.jibx.wso2</groupId>
<artifactId>jibx</artifactId>
<version>${jibx.version}</version>
</dependency>
-->
<dependency>
<groupId>org.apache.axis2.wso2</groupId>
<artifactId>axis2-jaxbri</artifactId>
<version>${axis2.jaxb.version}</version>
</dependency>
<dependency>
<groupId>bouncycastle</groupId>
<artifactId>bcprov-jdk15</artifactId>
<version>${bcprov-jdk15.version}</version>
</dependency>
<dependency>
<groupId>org.apache.rampart</groupId>
<artifactId>rampart</artifactId>
<version>${rampart.version}</version>
<type>mar</type>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>org.wso2.appserver.styles</artifactId>
<version>${product.as.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.tomcat</groupId>
<artifactId>tomcat-jsp-api</artifactId>
<version>${orbit.version.tomcat.jsp.api}</version>
</dependency>
<!-- For stratos service -->
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.main</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.osgi.compendium</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.http.servlet</artifactId>
<version>${version.equinox.http.servlet}</version>
</dependency>
<!-- For stratos service samples -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.core</artifactId>
<version>${carbon.kernel.version}</version>
</dependency>
<dependency>
<groupId>org.apache.axis2.wso2</groupId>
<artifactId>axis2</artifactId>
<version>${axis2.version}</version>
</dependency>
<!-- Dependencies for dashboard ui -->
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>${version.log4j}</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${version.commons.logging}</version>
</dependency>
<!-- Dependencies for org.wso2.stratos.appserver.login.ui -->
<dependency>
<groupId>org.apache.ws.commons.axiom.wso2</groupId>
<artifactId>axiom</artifactId>
<version>${orbit.version.axiom}</version>
</dependency>
<!-- Dependencies for sample installer -->
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.registry.core</artifactId>
<version>${carbon.kernel.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.statistics.ui</artifactId>
<version>${carbon.commons.version}</version>
</dependency>
<!--<dependency>-->
<!--<groupId>org.wso2.carbon</groupId>-->
<!--<artifactId>org.wso2.carbon.rm</artifactId>-->
<!--<version>${project.version}</version>-->
<!--</dependency>-->
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.security.mgt</artifactId>
<version>${carbon.identity.version}</version>
<exclusions>
<exclusion>
<groupId>org.wso2.xkms</groupId>
<artifactId>xkms</artifactId>
</exclusion>
</exclusions>
</dependency>
<!--Dependencies for integration tests -->
<dependency>
<groupId>org.wso2.tomcat</groupId>
<artifactId>tomcat</artifactId>
<version>${tomcat.orbit.version}</version>
<scope>test</scope>
</dependency>
<!-- websocket client -->
<dependency>
<groupId>org.glassfish.tyrus.bundles</groupId>
<artifactId>tyrus-standalone-client</artifactId>
<version>1.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
<version>${cxf.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>${commons.httpclient.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
<version>${javax.ws.rs.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.webapp.mgt</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.aarservices.stub</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.webapp.mgt.stub</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jaggeryjs</groupId>
<artifactId>org.jaggeryjs.jaggery.app.mgt.stub</artifactId>
<version>${jaggery.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.module.mgt.stub</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.wsdl2code.stub</artifactId>
<version>${carbon.commons.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.service.mgt.stub</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.springservices.stub</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.jarservices.stub</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.resource.stub</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.info.stub</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.activities.stub</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.relations.stub</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.indexing.stub</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.search.stub</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.ws.client</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm-attrs</artifactId>
</exclusion>
<exclusion>
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.wso2.carbon.registry</groupId>
<artifactId>org.wso2.carbon.registry.properties.stub</artifactId>
<version>${carbon.registry.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>${version.jettison}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>org.wso2.appserver.integration.common.clients</artifactId>
<version>${product.as.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.deployment</groupId>
<artifactId>org.wso2.carbon.springservices.ui</artifactId>
<version>${carbon.deployment.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>SecVerifier</artifactId>
<version>${carbon.kernel.version}</version>
<scope>test</scope>
<type>aar</type>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>org.wso2.appserver.integration.common.utils</artifactId>
<version>${product.as.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>org.wso2.carbon.automation.test.utils</artifactId>
<version>${carbon.automation.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>org.wso2.carbon.automation.engine</artifactId>
<version>${carbon.automation.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automation</groupId>
<artifactId>org.wso2.carbon.automation.extensions</artifactId>
<version>${carbon.automation.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automationutils</groupId>
<artifactId>org.wso2.carbon.integration.common.extensions</artifactId>
<version>${carbon.automationutils.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automationutils</groupId>
<artifactId>org.wso2.carbon.integration.common.admin.client</artifactId>
<version>${carbon.automationutils.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automationutils</groupId>
<artifactId>org.wso2.carbon.integration.common.utils</artifactId>
<version>${carbon.automationutils.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.automationutils</groupId>
<artifactId>org.wso2.carbon.integration.common.tests</artifactId>
<version>${carbon.automationutils.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>ui-pages</artifactId>
<version>${product.as.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.xfer</groupId>
<artifactId>wso2xfer</artifactId>
<version>${xfer.version}</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>${selenium.version}</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-android-driver</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.opera</groupId>
<artifactId>operadriver</artifactId>
<version>${operadriver.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.1.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.commons</groupId>
<artifactId>org.wso2.carbon.logging.view.stub</artifactId>
<version>${carbon.commons.version}</version>
</dependency>
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<version>${jacoco.agent.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.sso.saml</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity</groupId>
<artifactId>org.wso2.carbon.identity.sso.saml.stub</artifactId>
<version>${carbon.identity.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.codehaus.jettison</groupId>
<artifactId>jettison</artifactId>
<version>${version.jettison}</version>
</dependency>
-->
<dependency>
<groupId>com.h2database.wso2</groupId>
<artifactId>h2-database-engine</artifactId>
<version>${h2.orbit.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>${commons.lang.version}</version>
<scope>test</scope>
</dependency>
<!-- Spring Service Integration Test Common Artifacts -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring3-restful-simple-service</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring3-restful-jndi-service</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring3-restful-webapp-classloading</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring3-restful-runtime-libs</artifactId>
<type>zip</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring3-restful-faulty-service</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring4-restful-simple-service</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring4-restful-jndi-service</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring4-restful-faulty-service</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>spring4-restful-webapp-classloading</artifactId>
<type>war</type>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.kernel.integration.test</artifactId>
<version>${carbon.kernel.version}</version>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>jpa-contacts-database</artifactId>
<version>${product.as.version}</version>
<classifier>classes</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>org.wso2.appserver.integration.tests</artifactId>
<version>${product.as.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<!-- Hibernate related Webapps -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>hibernate-example</artifactId>
<type>war</type>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<!-- JAX-RS Test Related Webapps-->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>jaxrs-client-api-test-webapp</artifactId>
<type>war</type>
<version>${product.as.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</dependencyManagement>
<scm>
<url>https://github.com/wso2/product-as.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-as.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-as.git</connection>
<tag>v5.3.0-rc2</tag>
</scm>
<profiles>
<profile>
<id>sign</id>
<activation>
<property>
<name>sign</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<preparationGoals>clean install</preparationGoals>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<organization>
<name>WSO2 Inc</name>
<url>http://wso2.com</url>
</organization>
<issueManagement>
<system>JIRA</system>
<url>https://wso2.org/jira/browse/WSAS</url>
</issueManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<product.as.version>5.3.0</product.as.version>
<appserver.version>${product.as.version}</appserver.version>
<!--
<synapse.version>2.1.3-wso2v1-SNAPSHOT</synapse.version>
-->
<carbon.deployment.version>4.5.3</carbon.deployment.version>
<carbon.kernel.version>4.4.1</carbon.kernel.version>
<carbon.commons.version>4.4.7</carbon.commons.version>
<carbon.registry.version>4.4.8</carbon.registry.version>
<carbon.identity.version>4.5.5</carbon.identity.version>
<carbon.multitenancy.version>4.4.3</carbon.multitenancy.version>
<jaggery.version>0.11.0</jaggery.version>
<test.framework.version>4.4.0</test.framework.version>
<carbon.automationutils.version>4.4.2</carbon.automationutils.version>
<carbon.automation.version>4.4.2</carbon.automation.version>
<orbit.version.axis2>1.6.1.wso2v14</orbit.version.axis2>
<orbit.version.axiom>1.2.11.wso2v6</orbit.version.axiom>
<version.axis2.json>${orbit.version.axis2}</version.axis2.json>
<version.axis2.client>${orbit.version.axis2}</version.axis2.client>
<version.axis2.jaxbri>${orbit.version.axis2}</version.axis2.jaxbri>
<version.axis2.jibx>${orbit.version.axis2}</version.axis2.jibx>
<axis2.jaxb.version>${orbit.version.axis2}</axis2.jaxb.version>
<axis2.version>${orbit.version.axis2}</axis2.version>
<tomcat.orbit.version>7.0.59.wso2v3</tomcat.orbit.version>
<orbit.version.tomcat.jsp.api>7.0.59.wso2v1</orbit.version.tomcat.jsp.api>
<javax.servlet.version>7.0.59.wso2v1</javax.servlet.version>
<javax.servlet.jsp.version>7.0.59.wso2v1</javax.servlet.jsp.version>
<apache.derby.version>10.3.2.1wso2v1</apache.derby.version>
<hibernate.version>3.2.5.ga-wso2v1</hibernate.version>
<bcel.version>5.2.0.wso2v1</bcel.version>
<asm.version>3.1.wso2v1</asm.version>
<cglib.version>2.2.wso2v1</cglib.version>
<!--
<axis2.jibx.version>${version.axis2.jibx}</axis2.jibx.version>
-->
<jibx.version>1.2.1.wso2v1</jibx.version>
<jaxb.version>2.2.5.wso2v1</jaxb.version>
<stratos.version.221>2.2.1</stratos.version.221>
<stratos.version.222>2.2.2</stratos.version.222>
<version.equinox.osgi.services>3.3.100.v20130513-1956</version.equinox.osgi.services>
<version.equinox.osgi>3.9.1.v20130814-1242</version.equinox.osgi>
<version.equinox.jsp.jasper>1.0.400.v20120522-2049</version.equinox.jsp.jasper>
<version.equinox.http.servlet>1.1.400.v20130418-1354</version.equinox.http.servlet>
<version.equinox.http.helper>1.1.0.wso2v1</version.equinox.http.helper>
<version.log4j>1.2.13</version.log4j>
<version.commons.logging>1.1.1</version.commons.logging>
<carbon.p2.plugin.version>1.5.6</carbon.p2.plugin.version>
<axis2.wso2.version.aar.plugin>1.6.2</axis2.wso2.version.aar.plugin>
<previous.version>4.2.0</previous.version>
<imp.pkg.version.javax.servlet.jsp>[2.2.0, 2.3.0)</imp.pkg.version.javax.servlet.jsp>
<imp.pkg.version.javax.servlet>[2.6.0, 3.0.0)</imp.pkg.version.javax.servlet>
<bcprov-jdk15.version>132</bcprov-jdk15.version>
<rampart.version>1.6.1-wso2v16</rampart.version>
<xfer.version>3.3.0</xfer.version>
<jacoco.agent.version>0.7.4.201502262128</jacoco.agent.version>
<operadriver.version>0.8.1</operadriver.version>
<selenium.version>2.40.0</selenium.version>
<cxf.version>2.7.6</cxf.version>
<ehcache.version>1.5.0.wso2v3</ehcache.version>
<commons.httpclient.version>3.1</commons.httpclient.version>
<javax.ws.rs.version>1.1.1</javax.ws.rs.version>
<carbon.module.version>1.2.0</carbon.module.version>
<email.module.version>1.2.0</email.module.version>
<gadget.module.version>1.2.0</gadget.module.version>
<i18n.module.version>1.2.0</i18n.module.version>
<oauth.module.version>1.2.0</oauth.module.version>
<process.module.version>1.2.0</process.module.version>
<uuid.module.version>1.2.0</uuid.module.version>
<ws.module.version>1.2.0</ws.module.version>
<h2.orbit.version>1.2.140.wso2v3</h2.orbit.version>
<cipher.tool.version>1.0.0-wso2v3</cipher.tool.version>
<commons.lang.version>3.3.2</commons.lang.version>
<version.jettison>1.3</version.jettison>
<exec.maven.plugin.version>1.2.1</exec.maven.plugin.version>
<project.scm.id>my-scm-server</project.scm.id>
</properties>
<mailingLists>
<mailingList>
<name>WSO2 Carbon Users' list</name>
<post>mailto:user@wso2.org</post>
<archive>http://www.wso2.org/mailarchive/wsas-java-user/</archive>
<subscribe>mailto:user-request@wso2.org?subject=subscribe</subscribe>
<unsubscribe>mailto:user-request@wso2.org?subject=unsubscribe</unsubscribe>
</mailingList>
<mailingList>
<name>WSO2 Carbon Developers' List</name>
<post>mailto:dev@wso2.org</post>
<archive>http://www.wso2.org/mailarchive/dev/</archive>
<subscribe>mailto:dev-request@wso2.org?subject=subscribe</subscribe>
<unsubscribe>mailto:dev-request@wso2.org?subject=unsubscribe</unsubscribe>
</mailingList>
</mailingLists>
<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.6</version>
</extension>
</extensions>
<plugins>
<plugin>
<groupId>org.jvnet.maven.incrementalbuild</groupId>
<artifactId>incremental-build-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<goals>
<goal>incremental-build</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<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>2.3.7</version>
<extensions>true</extensions>
<configuration>
<obrRepository>NONE</obrRepository>
<!--<instructions>
<_include>-osgi.bnd</_include>
</instructions>-->
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.4</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>