<?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>integration</artifactId>
        <version>4.6.3-alpha</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>org.wso2.carbon.integration.test.common</artifactId>
    <packaging>pom</packaging>
    <name>WSO2 Carbon - Integration Test Common</name>


    <modules>
        <module>admin-clients</module>
        <module>extensions</module>
        <module>integration-test-utils</module>
        <module>ui-pages</module>
        <!--<module>common-artifacts</module>-->
    </modules>

  <dependencies>
        <dependency>
            <groupId>org.wso2.carbon.automation</groupId>
            <artifactId>org.wso2.carbon.automation.engine</artifactId>
        </dependency>
  </dependencies>

</project>
