77fd4d3
<project>
77fd4d3
  <modelVersion>4.0.0</modelVersion>
77fd4d3

77fd4d3
  <parent>
77fd4d3
    <artifactId>asm-parent</artifactId>
77fd4d3
    <groupId>org.objectweb.asm</groupId>
77fd4d3
    <version>3.1</version>
77fd4d3
  </parent>
77fd4d3

77fd4d3
  <name>ASM XML</name>
77fd4d3
  <artifactId>asm-xml</artifactId>
77fd4d3
  <packaging>jar</packaging>
77fd4d3
  
77fd4d3
  <dependencies>
77fd4d3
    <dependency>
77fd4d3
      <artifactId>asm-util</artifactId>
77fd4d3
      <groupId>org.objectweb.asm</groupId>
77fd4d3
    </dependency>
77fd4d3
  </dependencies>
77fd4d3

77fd4d3
</project>