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