<?xml version="1.0" encoding="utf-8"?>
<!--
 ~ Copyright (c) WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
 ~
 ~ Licensed 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">

    <parent>
        <groupId>org.wso2.carbon</groupId>
        <artifactId>carbon-features</artifactId>
        <version>3.2.0</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>sequences-feature</artifactId>
    <packaging>pom</packaging>
    <name>WSO2 Carbon - Sequence Editor Feature Aggregator Module</name>
    <url>http://wso2.org</url>

    <modules>
        <module>org.wso2.carbon.sequences.feature/3.2.0</module>
        <module>org.wso2.carbon.sequences.server.feature/3.2.0</module>
        <module>org.wso2.carbon.sequences.ui.feature/3.2.0</module>
    </modules>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.sequences</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.sequences.common</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.sequences.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.sequences.stub</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.clazz.services</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.command.services</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.service</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.sequence.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.aggregate</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.aggregate.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.cache</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.cache.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.callout</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.callout.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.clazz</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.clazz.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.clone</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.clone.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.command</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.command.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.dblookup</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.dblookup.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.dbreport</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.dbreport.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.drop</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.drop.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.entitlement</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.entitlement.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.event</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.event.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.fault</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.fault.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.filter</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.filter.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.header</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.header.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.in</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.in.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.iterate</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.iterate.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.log</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.log.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.out</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.out.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.property</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.property.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.rmsequence</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.rmsequence.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.router</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.router.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.router.impl</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.rule</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.rule.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.rule.core</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.script</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.script.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.send</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.send.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.spring</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.spring.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.switch</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.switch.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.target</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.target.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.throttle</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.throttle.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.transaction</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.transaction.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.validate</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.validate.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.xquery</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.xquery.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.xslt</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
            <dependency>
                <groupId>org.wso2.carbon</groupId>
                <artifactId>org.wso2.carbon.mediator.xslt.ui</artifactId>
                <version>${wso2carbon.version.sequences}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <properties>
        <wso2carbon.version.sequences>${wso2carbon.version}</wso2carbon.version.sequences>
    </properties>

</project>

