<?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.jidesoft</groupId>
  <artifactId>jidefx-common</artifactId>
  <version>0.9.1-b128</version>
  <name>jidefx-common</name>
  <description>JideFX Common Layer is a collection of several extend feature for JavaFX</description>
  <url>http://github.com/jidesoft/jidefx-oss</url>
  <licenses>
    <license>
      <name>GPL with classpath exception</name>
      <url>http://www.gnu.org/licenses/gpl.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>Free commercial license</name>
      <url>http://www.jidesoft.com/purchase/SLA.htm</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jidesoft</id>
      <name>jidesoft</name>
      <email>support@jidesoft.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:jidesoft/jidefx-oss.git</connection>
    <developerConnection>scm:git@github.com:jidesoft/jidefx-oss.git</developerConnection>
    <url>scm:git@github.com:jidesoft/jidefx-oss.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit-dep</artifactId>
      <version>4.11</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-core</artifactId>
      <version>1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
