<?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>com.github.dzwicker.stjs.gradle</groupId>
  <artifactId>st-js-gradle-plugin</artifactId>
  <version>3.0.1</version>
  <name>Gradle ST-JS plugin</name>
  <description>Gradle plugin that provides tasks to compile java classes with the st-js generator to javascript.</description>
  <url>https://github.com/dzwicker/st-js-gradle-plugin</url>
  <inceptionYear>2014</inceptionYear>
  <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>dzwicker</id>
      <name>Daniel Zwicker</name>
      <email>email-at-daniel-zwicker-com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://dzwicker@github.com/dzwicker/st-js-gradle-plugin</connection>
    <developerConnection>scm:git://github.com/dzwicker/st-js-gradle-plugin</developerConnection>
    <url>https://github.com/dzwicker/st-js-gradle-plugin</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>jcl-over-slf4j</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.st-js</groupId>
      <artifactId>generator</artifactId>
      <version>3.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
