<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>codes.fepi</groupId>
  <artifactId>ldfSpark</artifactId>
  <version>1.0</version>
  <name>ldfSpark</name>
  <description>A java library for bootstrapping a web application with java backend, and ldf+mustache frontend</description>
  <url>https://github.com/AUTplayed/ldfSpark</url>
  <organization>
    <name>codes.fepi</name>
    <url>https://fepi.codes</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://github.com/AUTplayed/ldfSpark/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>AUTplayed</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/AUTplayed/ldfSpark.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/AUTplayed/ldfSpark.git</developerConnection>
    <url>https://github.com/AUTplayed/ldfSpark</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/AUTplayed/ldfSpark/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>1.7.25</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sparkjava</groupId>
      <artifactId>spark-core</artifactId>
      <version>2.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.sparkjava</groupId>
      <artifactId>spark-template-mustache</artifactId>
      <version>2.7.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>eu.infomas</groupId>
      <artifactId>annotation-detector</artifactId>
      <version>3.0.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
