<?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>ajchemist</groupId>
  <artifactId>boot-figwheel</artifactId>
  <version>0.5.4-3</version>
  <name>boot-figwheel</name>
  <description>Boot task providing a Figwheel for ClojureScript development.</description>
  <url>https://github.com/aJchemist/boot-figwheel</url>
  <licenses>
    <license>
      <url>http://www.eclipse.org/legal/epl-v10.html</url>
      <name>Eclipse Public License - v 1.0</name>
      <comments/>
    </license>
  </licenses>
  <packaging>jar</packaging>
  <scm>
    <url>https://github.com/aJchemist/boot-figwheel</url>
    <tag>f2d162af567cb310c43d4b6fb66aa3cb58f24316</tag>
  </scm>
  <dependencies>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>bootlaces</artifactId>
      <version>0.1.13</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
    <dependency>
      <groupId>adzerk</groupId>
      <artifactId>boot-test</artifactId>
      <version>1.1.1</version>
      <scope>test</scope>
      <exclusions/>
    </dependency>
  </dependencies>
</project>
