<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.fifesoft.rtext</groupId>
  <artifactId>fife.common</artifactId>
  <version>5.0.0</version>
  <name>fife.common</name>
  <description>Common UI components and utilities for Swing applications.</description>
  <url>http://www.fifesoft.com/rtext/</url>
  <inceptionYear>2003</inceptionYear>
  <licenses>
    <license>
      <name>BSD-3-Clause</name>
      <url>https://github.com/bobbylight/FifeCommon</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Robert Futrell</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/bobbylight/FifeCommon</connection>
    <developerConnection>scm:git:git@github.com:bobbylight/FifeCommon</developerConnection>
    <tag>5.0.0</tag>
    <url>https://github.com/bobbylight/FifeCommon</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.pushing-pixels</groupId>
      <artifactId>radiance-substance</artifactId>
      <version>4.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.xmlgraphics</groupId>
      <artifactId>batik-rasterizer</artifactId>
      <version>1.14</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
