<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>7</version>
  </parent>
  <groupId>org.jppf</groupId>
  <artifactId>jppf-node</artifactId>
  <packaging>jar</packaging>
  <name>JPPF node API</name>
  <version>6.1.4</version>
  <description>JPPF, the open source grid computing solution</description>
  <url>https://www.jppf.org</url>
  <issueManagement>
    <system>The Bug Genie</system>
    <url>https://www.jppf.org/tracker/tbg</url>
  </issueManagement>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:https://github.com/jppf-grid/JPPF</connection>
    <developerConnection>scm:git:https://github.com/jppf-grid/JPPF</developerConnection>
    <url>https://github.com/jppf-grid/JPPF</url>
  </scm>
  <developers>
    <developer>
      <id>lolocohen</id>
      <name>Laurent Cohen</name>
      <email>laurent.cohen@jppf.org</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>org.jppf</groupId>
      <artifactId>jppf-jmxremote-nio</artifactId>
      <version>6.1.4</version>
    </dependency>
  </dependencies>
</project>