<?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>ca.coglinc</groupId>
  <artifactId>javacc-gradle-plugin</artifactId>
  <version>2.4.0</version>
  <dependencies>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-collections4</artifactId>
      <version>4.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava-jdk5</artifactId>
      <version>17.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>javacc-gradle-plugin</name>
  <description>Provides the ability to use JavaCC with Gradle. Compiles JavaCC files to Java.</description>
  <url>https://github.com/johnmartel/javaccPlugin</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/johnmartel/javaccPlugin</url>
    <connection>scm:https://johnmartel@github.com/johnmartel/javaccPlugin.git</connection>
    <developerConnection>scm:git://github.com/johnmartel/javaccPlugin.git</developerConnection>
  </scm>
  <developers>
    <developer>
      <id>jmartel</id>
      <name>Jonathan Martel</name>
      <email>jonathan.martel@coglinc.ca</email>
    </developer>
  </developers>
</project>
