<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
  <pomVersion>3</pomVersion>
  <extend>${basedir}/../project.xml</extend>

  <name>Jencks :: All</name>
  <id>jencks-all</id>
  <shortDescription>A repackaged version of Jencks with all the Geronimo dependencies included.</shortDescription>

  <!-- ============ -->
  <!-- Dependencies -->
  <!-- ============ -->
  <dependencies>

    <dependency>
      <groupId>jencks</groupId>
      <artifactId>jencks</artifactId>
      <version>${pom.currentVersion}</version>
      <properties>
        <alljar.module>true</alljar.module>
      </properties>
    </dependency>

  </dependencies>

</project>
