<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.web3j</groupId>
  <artifactId>web3j-gradle-plugin</artifactId>
  <version>4.5.0</version>
  <name>web3j-gradle-plugin</name>
  <description>Gradle plugin providing tasks to generate web3j contracts from Solidity.</description>
  <url>https://github.com/web3j/web3j-gradle-plugin</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>conor10</id>
      <name>Conor Svensson</name>
      <email>conor10@gmail.com</email>
    </developer>
    <developer>
      <id>xaviarias</id>
      <name>Xavier Arias</name>
      <email>xavi.arias.segui@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/web3j/web3j-gradle-plugin.git</connection>
    <developerConnection>scm:git://github.com/web3j/web3j-gradle-plugin.git</developerConnection>
    <url>https://github.com/web3j/web3j-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.web3j</groupId>
      <artifactId>solidity-gradle-plugin</artifactId>
      <version>0.1.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.web3j</groupId>
      <artifactId>console</artifactId>
      <version>4.5.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-nop</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.web3j</groupId>
      <artifactId>core</artifactId>
      <version>4.5.0</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>slf4j-nop</artifactId>
          <groupId>org.slf4j</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
