<?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>com.lingocoder</groupId>
  <artifactId>lingocoder.core</artifactId>
  <version>0.5.9</version>
  <name>Lingocoder Core</name>
  <description>A standalone suite of libraries to be consumed by disparate applications.</description>
  <url>http://lingocoder.com</url>
  <licenses>
    <license>
      <name>GNU Affero General Public License v3.0</name>
      <url>https://www.gnu.org/licenses/agpl.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Lingo Coder</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/lingocoder/core.git</connection>
    <developerConnection>scm:git:https://github.com/lingocoder/core.git</developerConnection>
    <url>https://github.com/lingocoder/core/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.3.0-alpha4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
      <version>5.2.1.RELEASE</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jdom</groupId>
      <artifactId>jdom2</artifactId>
      <version>2.0.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
