<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>adzerk</groupId>
  <artifactId>boot-bookmarklet</artifactId>
  <version>0.1.0</version>
  <name>boot-bookmarklet</name>
  <description>A Boot task for generating bookmarklets.</description>
  <url>https://github.com/adzerk-oss/boot-bookmarklet</url>
  <licenses>
    <license>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <name>EPL</name>
      <comments/>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/adzerk-oss/boot-bookmarklet</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojure</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>org.clojure</groupId>
      <artifactId>clojurescript</artifactId>
      <version>1.7.228</version>
      <scope>compile</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>bootlaces</artifactId>
      <version>0.1.13</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>boot-cljs</artifactId>
      <version>1.7.228-1</version>
      <scope>compile</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
