<?xml version="1.0" encoding="UTF-8"?>
<!--
   Apache Maven 2 POM generated by Apache Ivy
   http://ant.apache.org/ivy/
   Apache Ivy version: 2.3.0 20130110142753
-->
<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/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.mrstampy</groupId>
  <artifactId>esplab</artifactId>
  <packaging>jar</packaging>
  <version>1.1</version>
  <description>ESPLab - JavaFX 8 GUI for ESP devices</description>
  <url>http://mrstampy.github.io/ESPLab/</url>
  <licenses>
    <license>
      <name>GNU General Public License</name>
      <url>http://www.gnu.org/licenses/gpl-3.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/mrstampy/ESPLab.git</url>
    <connection>https://github.com/mrstampy/ESPLab.git</connection>
  </scm>
  <developers>
    <developer>
      <id>mrstampy</id>
      <name>Burt Alexander</name>
      <email>burt.alexander@gmail.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>com.github.mrstampy</groupId>
      <artifactId>esp</artifactId>
      <version>2.1</version>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>org.reactfx</groupId>
      <artifactId>reactfx</artifactId>
      <version>1.0.0</version>
      <optional>false</optional>
    </dependency>
    <dependency>
      <groupId>org.controlsfx</groupId>
      <artifactId>controlsfx</artifactId>
      <version>8.0.5</version>
      <optional>false</optional>
    </dependency>
  </dependencies>
  <name>ESPLab - JavaFX 8 GUI for ESP devices</name>
</project>
