<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.web3j</groupId>
  <artifactId>web3j-evm</artifactId>
  <version>5.0.3</version>
  <name>web3j-evm</name>
  <description>Web3j-evm extension</description>
  <url>https://web3j.io</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>conor10</id>
      <name>Conor Svensson</name>
      <email>conor10@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/LFDT-web3j/web3j-evm.git</connection>
    <developerConnection>scm:git://github.com/LFDT-web3j/web3j-evm.git</developerConnection>
    <url>https://github.com/LFDT-web3j/web3j-evm</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.web3j</groupId>
      <artifactId>core</artifactId>
      <version>5.0.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>33.2.0-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.beust</groupId>
      <artifactId>klaxon</artifactId>
      <version>5.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>2.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu</groupId>
      <artifactId>plugin-api</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>besu</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu</groupId>
      <artifactId>evm</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>api</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>config</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>core</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>crypto</artifactId>
      <version>23.1.3</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>rlp</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>kvstore</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>metrics-core</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>trie</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu.internal</groupId>
      <artifactId>util</artifactId>
      <version>25.2.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu</groupId>
      <artifactId>bls12-381</artifactId>
      <version>1.0.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.hyperledger.besu</groupId>
      <artifactId>secp256k1</artifactId>
      <version>1.1.2</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <groupId>org.web3j</groupId>
          <artifactId>abi</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
