<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    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>com.weavechain</groupId>
  <artifactId>bulletproofs-gadets</artifactId>
  <version>1.0.1</version>
  <name>bulletproofs-gadgets</name>
  <description>Bulletproofs Java Gadgets</description>
  <url>https://github.com/weavechain/bulletproofs-gadgets</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/mit</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Ioan Moldovan</name>
      <email>ioan.moldovan@weavechain.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/weavechain/bulletproofs-gadgets.git</connection>
    <developerConnection>scm:git:git@github.com:weavechain/bulletproofs-gadgets.git</developerConnection>
    <url>https://github.com/weavechain/bulletproofs-gadgets</url>
  </scm>
  <issueManagement>
    <system>Github</system>
    <url>https://github.com/weavechain/bulletproofs-gadgets/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>com.weavechain</groupId>
      <artifactId>bulletproofs</artifactId>
      <version>1.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.weavechain</groupId>
      <artifactId>curve25519-elisabeth</artifactId>
      <version>0.1.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.aelstad</groupId>
      <artifactId>keccakj</artifactId>
      <version>1.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bitcoinj</groupId>
      <artifactId>bitcoinj-core</artifactId>
      <version>0.17-alpha1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.msgpack</groupId>
      <artifactId>msgpack-core</artifactId>
      <version>0.8.24</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.airlift</groupId>
      <artifactId>aircompressor</artifactId>
      <version>0.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.ben-manes</groupId>
      <artifactId>caffeine</artifactId>
      <version>3.1.6</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>simulator</artifactId>
          <groupId>com.github.ben-manes.caffeine</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>32.0.0-jre</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.15</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.8.9</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
