<?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>nl.junglecomputing.ipl</groupId>
  <artifactId>ipl-support</artifactId>
  <version>2.3.3</version>
  <name>Ibis Portability Layer: support</name>
  <description>Support for IPL implementations: mostly the Ibis registry</description>
  <url>https://github.com/junglecomputing/ipl</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Rob van Nieuwpoort</name>
      <url>https://www.esciencecenter.nl/team/prof-rob-van-nieuwpoort-3</url>
      <organization>org.apache.maven.model.Organization@66c4c1af</organization>
    </developer>
    <developer>
      <name>Jason Maassen</name>
      <url>https://www.esciencecenter.nl/team/dr-jason-maassen/</url>
      <organization>org.apache.maven.model.Organization@7c7316c8</organization>
    </developer>
    <developer>
      <name>Niels Drost</name>
      <url>https://www.esciencecenter.nl/team/dr-niels-drost</url>
      <organization>org.apache.maven.model.Organization@4f640bc6</organization>
    </developer>
    <developer>
      <name>Ceriel Jacobs</name>
      <url>https://github.com/CerielJacobs</url>
      <organization>org.apache.maven.model.Organization@4a5a6e29</organization>
    </developer>
    <developer>
      <name>Nick Palmer</name>
      <url>https://github.com/nickpalmer</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/junglecomputing/ipl.git</connection>
    <developerConnection>scm:git:ssh://github.com:junglecomputing/ipl.git</developerConnection>
    <url>https://github.com/junglecomputing/ipl/tree/master</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>nl.junglecomputing.ipl</groupId>
      <artifactId>ibis-compile</artifactId>
      <version>2.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>nl.junglecomputing.ipl</groupId>
      <artifactId>ibis-io</artifactId>
      <version>2.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
      <version>1.2.13</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.21</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>nl.junglecomputing.ipl</groupId>
      <artifactId>ipl</artifactId>
      <version>2.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>nl.junglecomputing.ipl</groupId>
      <artifactId>ibis-util</artifactId>
      <version>2.3.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>nl.junglecomputing</groupId>
      <artifactId>smartsockets</artifactId>
      <version>1.80</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-log4j12</artifactId>
      <version>1.7.21</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
