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-util</artifactId>
a94f57
  <version>6.2</version>
a94f57
  <name>asm-util</name>
a94f57
  <description>Utilities for ASM, a very small and fast Java bytecode manipulation framework</description>
a94f57
  <url>http://asm.ow2.org/</url>
a94f57
  <inceptionYear>2000</inceptionYear>
a94f57
  <organization>
a94f57
    <name>OW2</name>
a94f57
    <url>http://www.ow2.org/</url>
a94f57
  </organization>
a94f57
  <licenses>
a94f57
    <license>
a94f57
      <name>BSD</name>
a94f57
      <url>http://asm.ow2.org/license.html</url>
a94f57
    </license>
a94f57
  </licenses>
a94f57
  <developers>
a94f57
    <developer>
a94f57
      <id>ebruneton</id>
a94f57
      <name>Eric Bruneton</name>
a94f57
      <email>ebruneton@free.fr</email>
a94f57
      <roles>
a94f57
        <role>Creator</role>
a94f57
        <role>Java Developer</role>
a94f57
      </roles>
a94f57
    </developer>
a94f57
    <developer>
a94f57
      <id>eu</id>
a94f57
      <name>Eugene Kuleshov</name>
a94f57
      <email>eu@javatx.org</email>
a94f57
      <roles>
a94f57
        <role>Java Developer</role>
a94f57
      </roles>
a94f57
    </developer>
a94f57
    <developer>
a94f57
      <id>forax</id>
a94f57
      <name>Remi Forax</name>
a94f57
      <email>forax@univ-mlv.fr</email>
a94f57
      <roles>
a94f57
        <role>Java Developer</role>
a94f57
      </roles>
a94f57
    </developer>
a94f57
  </developers>
a94f57
  <mailingLists>
a94f57
    <mailingList>
a94f57
      <name>ASM Users List</name>
a94f57
      <subscribe>https://mail.ow2.org/wws/subscribe/asm</subscribe>
a94f57
      <post>asm@objectweb.org</post>
a94f57
      <archive>https://mail.ow2.org/wws/arc/asm/</archive>
a94f57
    </mailingList>
a94f57
    <mailingList>
a94f57
      <name>ASM Team List</name>
a94f57
      <subscribe>https://mail.ow2.org/wws/subscribe/asm-team</subscribe>
a94f57
      <post>asm-team@objectweb.org</post>
a94f57
      <archive>https://mail.ow2.org/wws/arc/asm-team/</archive>
a94f57
    </mailingList>
a94f57
  </mailingLists>
a94f57
  <scm>
a94f57
    <connection>scm:git:https://gitlab.ow2.org/asm/asm/</connection>
a94f57
    <developerConnection>scm:git:https://gitlab.ow2.org/asm/asm/</developerConnection>
a94f57
    <url>https://gitlab.ow2.org/asm/asm/</url>
a94f57
  </scm>
a94f57
  <issueManagement>
a94f57
    <url>https://gitlab.ow2.org/asm/asm/issues</url>
a94f57
  </issueManagement>
a94f57
  <dependencies>
a94f57
    <dependency>
a94f57
      <groupId>org.ow2.asm</groupId>
a94f57
      <artifactId>asm</artifactId>
a94f57
      <version>6.2</version>
a94f57
      <scope>compile</scope>
a94f57
    </dependency>
a94f57
    <dependency>
a94f57
      <groupId>org.ow2.asm</groupId>
a94f57
      <artifactId>asm-tree</artifactId>
a94f57
      <version>6.2</version>
a94f57
      <scope>compile</scope>
a94f57
    </dependency>
a94f57
    <dependency>
a94f57
      <groupId>org.ow2.asm</groupId>
a94f57
      <artifactId>asm-analysis</artifactId>
a94f57
      <version>6.2</version>
a94f57
      <scope>compile</scope>
a94f57
    </dependency>
a94f57
    <dependency>
a94f57
      <groupId>org.codehaus.janino</groupId>
a94f57
      <artifactId>janino</artifactId>
a94f57
      <version>3.0.7</version>
a94f57
      <scope>test</scope>
a94f57
    </dependency>
a94f57
    <dependency>
a94f57
      <groupId>org.ow2.asm</groupId>
a94f57
      <artifactId>asm-test</artifactId>
a94f57
      <version>6.2</version>
a94f57
      <scope>test</scope>
a94f57
    </dependency>
a94f57
    <dependency>
a94f57
      <groupId>org.junit.jupiter</groupId>
a94f57
      <artifactId>junit-jupiter-api</artifactId>
a94f57
      <version>5.1.0</version>
a94f57
      <scope>test</scope>
a94f57
    </dependency>
a94f57
    <dependency>
a94f57
      <groupId>org.junit.jupiter</groupId>
a94f57
      <artifactId>junit-jupiter-params</artifactId>
a94f57
      <version>5.1.0</version>
a94f57
      <scope>test</scope>
a94f57
    </dependency>
a94f57
  </dependencies>
a94f57
</project>