<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>me.champeau.gradle</groupId>
  <artifactId>japicmp-gradle-plugin</artifactId>
  <version>0.1.1</version>
  <dependencies>
    <dependency>
      <groupId>com.github.siom79.japicmp</groupId>
      <artifactId>japicmp</artifactId>
      <version>0.3.1</version>
      <scope>runtime</scope>
      <exclusions>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>com.google.guava</groupId>
        </exclusion>
        <exclusion>
          <artifactId>*</artifactId>
          <groupId>io.airlift</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>17.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>Gradle Plugin for JApicmp</name>
  <description>Gradle plugin for binary compatibility reporting, using JApicmp</description>
  <url>https://github.com/melix/japicmp-gradle-plugin</url>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/melix/japicmp-gradle-plugin/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/melix/japicmp-gradle-plugin</url>
    <connection>scm:git:https://github.com/melix/japicmp-gradle-plugin.git</connection>
    <developerConnection>scm:git:git@github.com:melix/japicmp-gradle-plugin.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>melix</id>
      <name>Cédric Champeau</name>
      <organization>Groovy</organization>
      <organizationUrl>http://groovy.codehaus.org</organizationUrl>
    </developer>
  </developers>
</project>
