<?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.standardout</groupId>
  <artifactId>gradle-versioneye-plugin</artifactId>
  <version>1.3.0</version>
  <name>gradle-versioneye-plugin</name>
  <description>Check your Gradle project dependencies with www.versioneye.com</description>
  <url>https://github.com/stempler/gradle-versioneye-plugin</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>stempler</id>
      <name>Simon Templer</name>
      <email>simon@templer.cc</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/stempler/gradle-versioneye-plugin.git</connection>
    <developerConnection>scm:git:https://github.com/stempler/gradle-versioneye-plugin.git</developerConnection>
    <url>scm:git:https://github.com/stempler/gradle-versioneye-plugin.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpmime</artifactId>
      <version>4.5.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy.modules.http-builder</groupId>
      <artifactId>http-builder</artifactId>
      <version>0.7.1</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>signpost-commonshttp4</artifactId>
          <groupId>oauth.signpost</groupId>
        </exclusion>
        <exclusion>
          <artifactId>xercesImpl</artifactId>
          <groupId>xerces</groupId>
        </exclusion>
        <exclusion>
          <artifactId>signpost-core</artifactId>
          <groupId>oauth.signpost</groupId>
        </exclusion>
        <exclusion>
          <artifactId>nekohtml</artifactId>
          <groupId>net.sourceforge.nekohtml</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
