<?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.consensys.tuweni</groupId>
  <artifactId>tuweni-units</artifactId>
  <version>2.7.0</version>
  <name>units</name>
  <description>Classes and utilities for working with 256 bit integers.</description>
  <url>https://github.com/consensys/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>
      <id>consensys</id>
      <name>Protocols Team</name>
      <email>devops@consensys.net</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/consensys/tuweni.git</connection>
    <developerConnection>scm:git@github.com:consensys/tuweni.git</developerConnection>
    <url>https://github.com/consensys/tuweni</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://www.github.com/consensys/tuweni/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>io.consensys.tuweni</groupId>
      <artifactId>tuweni-bytes</artifactId>
      <version>2.7.0</version>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>2.1.0</version>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
