<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>cargo</groupId>
  <artifactId>cargo</artifactId>
  <name>Cargo</name>
  <version>0.5</version>
  <description>API to start/stop/configure containers</description>
  <dependencies>
    <dependency>
      <groupId>ant</groupId>
      <artifactId>ant</artifactId>
      <version>1.5.4</version>
    </dependency>
  </dependencies>
</project>

