<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>
    <parent>
        <groupId>com.atlassian.jira</groupId>
        <artifactId>jira-ondemand-plugins</artifactId>
        <version>7.1.0-OD-01-049</version>
    </parent>

    <artifactId>jira-ondemand-haup-plugin-components</artifactId>
    <packaging>pom</packaging>
    <name>Atlassian JIRA - OnDemand - Hosted Application User Provisioning Plugin Components</name>
    
    <modules>
      <module>jira-ondemand-haup-plugin</module>
      <module>jira-ondemand-haup-core</module>
      <module>jira-ondemand-haup-api</module>
      <module>jira-ondemand-haup-spi</module>
    </modules>

    <dependencyManagement>
      <dependencies>
        <dependency>
          <groupId>org.testng</groupId>
          <artifactId>testng</artifactId>
          <version>6.0.1</version>
        </dependency>
        <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
          <version>${commons-io.prod.version}</version>
        </dependency>
       </dependencies>
    </dependencyManagement>
    
</project>
