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