5ea6b0
5ea6b0
5ea6b0
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5ea6b0
  <modelVersion>4.0.0</modelVersion>
5ea6b0
  <parent>
5ea6b0
    <groupId>org.ow2</groupId>
5ea6b0
    <artifactId>ow2</artifactId>
5ea6b0
    <version>1.5</version>
5ea6b0
  </parent>
5ea6b0
  <groupId>org.ow2.asm</groupId>
5ea6b0
  <artifactId>asm-all</artifactId>
5ea6b0
  <version>@VERSION@</version>
5ea6b0
  <dependencies>
5ea6b0
    <dependency>
5ea6b0
      <groupId>org.ow2.asm</groupId>
5ea6b0
      <artifactId>asm</artifactId>
5ea6b0
      <version>@VERSION@</version>
5ea6b0
    </dependency>
5ea6b0
    <dependency>
5ea6b0
      <groupId>org.ow2.asm</groupId>
5ea6b0
      <artifactId>asm-analysis</artifactId>
5ea6b0
      <version>@VERSION@</version>
5ea6b0
    </dependency>
5ea6b0
    <dependency>
5ea6b0
      <groupId>org.ow2.asm</groupId>
5ea6b0
      <artifactId>asm-commons</artifactId>
5ea6b0
      <version>@VERSION@</version>
5ea6b0
    </dependency>
5ea6b0
    <dependency>
5ea6b0
      <groupId>org.ow2.asm</groupId>
5ea6b0
      <artifactId>asm-tree</artifactId>
5ea6b0
      <version>@VERSION@</version>
5ea6b0
    </dependency>
5ea6b0
    <dependency>
5ea6b0
      <groupId>org.ow2.asm</groupId>
5ea6b0
      <artifactId>asm-tree</artifactId>
5ea6b0
      <version>@VERSION@</version>
5ea6b0
    </dependency>
5ea6b0
  </dependencies>
5ea6b0
  <build>
5ea6b0
    <plugins>
5ea6b0
      <plugin>
5ea6b0
        <groupId>org.apache.maven.plugins</groupId>
5ea6b0
        <artifactId>maven-shade-plugin</artifactId>
5ea6b0
        <version>3.1.1</version>
5ea6b0
        <executions>
5ea6b0
          <execution>
5ea6b0
            <phase>package</phase>
5ea6b0
            <goals>
5ea6b0
              <goal>shade</goal>
5ea6b0
            </goals>
5ea6b0
          </execution>
5ea6b0
        </executions>
5ea6b0
      </plugin>
5ea6b0
    </plugins>
5ea6b0
  </build>
5ea6b0
</project>