<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.martinklepsch</groupId>
  <artifactId>boot-garden</artifactId>
  <version>1.2.5-4</version>
  <name>boot-garden</name>
  <description>Boot task to compile Garden stylesheets to CSS.</description>
  <url>https://github.com/martinklepsch/boot-garden</url>
  <licenses>
    <license>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <name>EPL</name>
      <comments/>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/martinklepsch/boot-garden</url>
    <tag>78d2f514772daca5acf54c36090b71801d910bf1</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.6.0</version>
      <scope>provided</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>bootlaces</artifactId>
      <version>0.1.11</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>ns-tracker</groupId>
      <artifactId>ns-tracker</artifactId>
      <version>0.2.2</version>
      <scope>compile</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
