<?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.brs</groupId>
        <artifactId>wso2brs-parent</artifactId>
        <version>2.2.0</version>
        <relativePath>../../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>integration</artifactId>
    <name>WSO2 BRS - Integration Tests</name>
    <packaging>pom</packaging>

    <modules>
        <module>tests-common/admin-clients</module>
        <module>tests-common/integration-test-utils</module>
        <module>org.wso2.carbon.brs.integration.services</module>
        <module>tests-integration/rules</module>
        <module>tests-common/ui-pages</module>
        <module>tests-ui-integration</module> 
    </modules>
</project>
