<?xml version="1.0"?><project>
  <parent>
    <artifactId>asm-parent</artifactId>
    <groupId>org.objectweb.asm</groupId>
    <version>3.1</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.objectweb.asm</groupId>
  <artifactId>asm-analysis</artifactId>
  <name>ASM Analysis</name>
  <version>3.1</version>
  <licenses>
    <license>
      <name>BSD</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.objectweb.asm</groupId>
      <artifactId>asm-tree</artifactId>
    </dependency>
  </dependencies>
</project>