Blame SOURCES/cglib-2.2.pom

599946
599946
<project>
599946
  <modelVersion>4.0.0</modelVersion>
599946
  <groupId>cglib</groupId>
599946
  <artifactId>cglib</artifactId>
599946
  <name>Code Generation Library</name>
599946
  <version>2.2</version>
599946
  <url>http://cglib.sourceforge.net/</url>
599946
  <licenses>
599946
    <license>
599946
            <name>ASF 2.0</name>
599946
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
599946
            <distribution>repo</distribution>
599946
    </license>
599946
  </licenses>
599946
  <scm>
599946
    <url>http://cglib.cvs.sourceforge.net/cglib</url>
599946
  </scm>
599946
  <dependencies>
599946
    <dependency>
599946
      <groupId>asm</groupId>
599946
      <artifactId>asm</artifactId>
599946
      <version>3.1</version>
599946
    </dependency>
599946
    <dependency>
599946
      <groupId>asm</groupId>
599946
      <artifactId>asm-util</artifactId>
599946
      <version>3.1</version>
599946
      <optional>true</optional>
599946
    </dependency>
599946
    <dependency>
599946
      <groupId>ant</groupId>
599946
      <artifactId>ant</artifactId>
599946
      <version>1.6.2</version>
599946
      <optional>true</optional>
599946
    </dependency>
599946
  </dependencies>
599946
</project>