<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.tmio</groupId>
  <artifactId>tuweni-devp2p</artifactId>
  <version>2.4.2</version>
  <packaging>pom</packaging>
  <name>devp2p</name>
  <description>Ethereum ÐΞVp2p implementation.</description>
  <url>https://github.com/tmio/incubator-tuweni</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>
      <name>Antoine Toulme</name>
      <email>antoine@lunar-ocean.com</email>
      <organization>The Machine Consultancy, LLC</organization>
      <organizationUrl>https://themachine.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/tmio/incubator-tuweni.git</connection>
    <developerConnection>scm:git@github.com:tmio/incubator-tuweni.git</developerConnection>
    <url>https://github.com/tmio/incubator-tuweni</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://www.github.com/tmio/incubator-tuweni/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-bytes</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-concurrent</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-concurrent-coroutines</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-crypto</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-io</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-kademlia</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-rlp</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>io.tmio</groupId>
      <artifactId>tuweni-units</artifactId>
      <version>2.4.2</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>31.1-jre</version>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-core</artifactId>
      <version>4.3.7</version>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-lang-kotlin-coroutines</artifactId>
      <version>4.3.7</version>
    </dependency>
    <dependency>
      <groupId>io.vertx</groupId>
      <artifactId>vertx-lang-kotlin</artifactId>
      <version>4.3.7</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-coroutines-core</artifactId>
      <version>1.6.4</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.36</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.8.21</version>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15on</artifactId>
      <version>1.70</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
