<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
    <parent>
        <groupId>org.wso2.carbon</groupId>
        <artifactId>samples</artifactId>
        <version>4.6.3-beta</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>student-manager</artifactId>
    <packaging>pom</packaging>
    <name>WSO2 Carbon - student Manager Sample</name>
    <description>Student Manager Sample</description>
    <url>http://wso2.org</url>

    <properties>
        <student.manager.version>4.6.3-beta</student.manager.version>
        <carbon.p2.plugin.version>5.1.2</carbon.p2.plugin.version>
        <maven.bundle.plugin.version>2.3.5</maven.bundle.plugin.version>

        <orbit.version.axis2>1.6.1-wso2v29</orbit.version.axis2>
        <axis2.client.osgi.version>1.6.1-wso2v29</axis2.client.osgi.version>
        <orbit.version.axiom>1.2.11-wso2v12</orbit.version.axiom>
        <orbit.version.wsdl4j>1.6.2.wso2v4</orbit.version.wsdl4j>
        <orbit.version.activation>1.1.1.wso2v1</orbit.version.activation>
    </properties>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.apache.axis2.wso2</groupId>
                <artifactId>axis2</artifactId>
                <version>${orbit.version.axis2}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.axis2.wso2</groupId>
                <artifactId>axis2-client</artifactId>
                <version>${orbit.version.axis2}</version>
            </dependency>
            <dependency>
                <groupId>org.apache.ws.commons.axiom.wso2</groupId>
                <artifactId>axiom</artifactId>
                <version>${orbit.version.axiom}</version>
            </dependency>
            <dependency>
                <groupId>wsdl4j.wso2</groupId>
                <artifactId>wsdl4j</artifactId>
                <version>${orbit.version.wsdl4j}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.student.mgt.ui</artifactId>
                <version>${student.manager.version}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.student.mgt</artifactId>
                <version>${student.manager.version}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.student.mgt.server.feature</artifactId>
                <version>${student.manager.version}</version>
                <type>zip</type>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.student.mgt.ui.feature</artifactId>
                <version>${student.manager.version}</version>
                <type>zip</type>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <modules>
        <module>components</module>
        <module>features</module>
        <module>repository</module>
    </modules>

</project>
