<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ca.umontreal.iro.simul</groupId>
  <artifactId>ssj</artifactId>
  <version>3.2.0</version>
  <dependencies>
    <dependency>
      <groupId>jfree</groupId>
      <artifactId>jfreechart</artifactId>
      <version>1.0.12</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>colt</groupId>
      <artifactId>colt</artifactId>
      <version>1.2.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.github.rwl</groupId>
      <artifactId>optimization</artifactId>
      <version>1.3</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>SSJ</name>
  <description>Stochastic Simulation in Java</description>
  <url>http://umontreal-simul.github.io/ssj/</url>
  <organization>
    <name>DIRO of Université de Montréal</name>
    <url>http://simul.iro.umontreal.ca</url>
  </organization>
  <developers>
    <developer>
      <id>lecuyer</id>
      <name>Pierre L'Ecuyer</name>
      <email>lecuyer@iro.umontreal.ca</email>
      <url>http://www.iro.umontreal.ca/~lecuyer</url>
      <organization>DIRO of Université de Montréal</organization>
      <organizationUrl>http://diro.umontreal.ca</organizationUrl>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>Apache-2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>https://github.com/umontreal-simul/ssj.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/umontreal-simul/ssj.git</developerConnection>
    <url>https://github.com/umontreal-simul/ssj</url>
    <tag>HEAD</tag>
  </scm>
</project>
