<?xml version="1.0" encoding="UTF-8"?>
<project 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" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>net.codecrafting</groupId>
  <artifactId>springfx-core</artifactId>
  <version>0.1.0-beta</version>
  <dependencies>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.hibernate</groupId>
      <artifactId>hibernate-validator</artifactId>
      <version>5.2.4.Final</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>2.0.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <packaging>jar</packaging>
  <name>springfx-core</name>
  <url>https://github.com/codecrafting-net/springfx</url>
  <inceptionYear>2018</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/codecrafting-net/springfx</url>
  </scm>
  <developers>
    <developer>
      <id>codecrafting</id>
      <name>Code Crafting (Admin)</name>
      <email>contact@codecrafting.net</email>
    </developer>
    <developer>
      <id>lucasmarotta</id>
      <name>Lucas Marotta</name>
      <email>lucas.marotta@codecrafting.net</email>
    </developer>
  </developers>
  <description>Boost your JavaFX Application with Spring Boot</description>
</project>
