<?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.github.tommyettinger</groupId>
  <artifactId>gdx-backend-gwt</artifactId>
  <version>1.910.2</version>
  <name>libgdx</name>
  <description>Android/Desktop/iOS/HTML5 game development framework.</description>
  <url>http://libgdx.badlogicgames.com</url>
  <inceptionYear>2011</inceptionYear>
  <licenses>
    <license>
      <name>Apache Public License</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>contributors</id>
      <name>https://github.com/libgdx/libgdx/graphs/contributors</name>
      <email>not.real@temp.mil.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/tommyettinger/gdx-backends.git</connection>
    <developerConnection>scm:git://github.com/tommyettinger/gdx-backends.git</developerConnection>
    <url>https://github.com/tommyettinger/gdx-backends</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.badlogicgames.gdx</groupId>
      <artifactId>gdx</artifactId>
      <version>1.9.10</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-user</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.jsinterop</groupId>
      <artifactId>jsinterop-annotations</artifactId>
      <version>2.0.0</version>
      <classifier>sources</classifier>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.gwt</groupId>
      <artifactId>gwt-dev</artifactId>
      <version>2.9.0</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>apache-jsp</artifactId>
          <groupId>org.eclipse.jetty</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
</project>
