<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>com.atlassian.bamboo</groupId>
    <artifactId>atlassian-bamboo-components</artifactId>
    <version>8.1.0-m116</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>atlassian-bamboo-plugins1-plugins</artifactId>
  <packaging>pom</packaging>

  <name>Atlassian Bamboo Plugins v1 Plugins</name>
  <description>Module contains all Plugins v1 Plugins</description>

  <dependencies>
    <!-- Bamboo SHIPPED PLUGINS - ensure parent pom.xml is also updated.-->
    <dependency>
      <groupId>com.atlassian.bamboo.plugins.repository</groupId>
      <artifactId>atlassian-bamboo-plugin-vcsversion</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.labeller</groupId>
      <artifactId>atlassian-bamboo-plugin-labeller</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.ant</groupId>
      <artifactId>atlassian-bamboo-plugin-ant</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.scripttask</groupId>
      <artifactId>atlassian-bamboo-plugin-scripttask</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.stashcommitviewer</groupId>
      <artifactId>atlassian-bamboo-plugin-stashcommitviewer</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.php</groupId>
      <artifactId>atlassian-bamboo-plugin-php</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.builder</groupId>
      <artifactId>atlassian-bamboo-plugin-grails</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.fisheyecommitviewer</groupId>
      <artifactId>atlassian-bamboo-plugin-fisheyecommitviewer</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.dotnet</groupId>
      <artifactId>atlassian-bamboo-plugin-dotnet</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins.vcs</groupId>
      <artifactId>atlassian-bamboo-plugin-vcs</artifactId>
    </dependency>

    <dependency>
      <groupId>com.atlassian.bamboo.plugins</groupId>
      <artifactId>atlassian-bamboo-plugin-ssh</artifactId>
    </dependency>

  </dependencies>

</project>
