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