<?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.roaringcatgames.kitten2d.ashley</groupId>
  <artifactId>ashley-extensions</artifactId>
  <version>0.0.20</version>
  <name>Kitten2d AshleyExtensions</name>
  <description>Kitten2d AshleyExtensions is a set of Systems and Components designed to work with libGDX and AshleyECS</description>
  <url>https://github.com/roaringcatgames/kitten2d-ashley-extensions</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>barryrowe</id>
      <name>Barry Rowe</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:roaringcatgames/kitten2d-ashley-extensions.git</connection>
    <developerConnection>scm:git@github.com:roaringcatgames/kitten2d-ashley-extensions.git</developerConnection>
    <url>scm:git@github.com:roaringcatgames/kitten2d-ashley-extensions.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx-box2d</artifactId>
      <version>1.9.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.github.arcnor</groupId>
      <artifactId>universal-tween-engine</artifactId>
      <version>6.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.badlogicgames.ashley</groupId>
      <artifactId>ashley</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx</artifactId>
      <version>1.9.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
