3df513c
<project>
3df513c
  <modelVersion>4.0.0</modelVersion>
3df513c
3df513c
  <parent>
3df513c
    <artifactId>asm-parent</artifactId>
3df513c
    <groupId>asm</groupId>
3df513c
    <version>3.2</version>
3df513c
  </parent>
3df513c
3df513c
  <name>ASM Commons</name>
3df513c
  <artifactId>asm-commons</artifactId>
3df513c
  <packaging>jar</packaging>
3df513c
  
3df513c
  <dependencies>
3df513c
    <dependency>
3df513c
      <artifactId>asm-tree</artifactId>
3df513c
      <groupId>asm</groupId>
3df513c
    </dependency>
3df513c
  </dependencies>
3df513c
3df513c
</project>