<?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>uk.co.slimjimsoftware</groupId>
  <artifactId>pty4j</artifactId>
  <version>0.12.7</version>
  <name>pty4j</name>
  <description>Pseudo terminal(PTY) implementation in Java, compatible with Java 1.8</description>
  <url>https://github.com/slimjimsoftware/pty4j</url>
  <licenses>
    <license>
      <name>Eclipse Public License 1.0</name>
      <url>https://opensource.org/licenses/eclipse-1.0.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>slimjimsoftware</id>
      <name>Simon Morgan</name>
      <email>simonmorgan@slimjimsoftware.co.uk</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:slimjimsoftware/pty4j.git</connection>
    <developerConnection>scm:git:ssh:github.com/slimjimsoftware/pty4j.git</developerConnection>
    <url>https://github.com/slimjimsoftware/pty4j</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.pty4j</groupId>
      <artifactId>purejavacomm</artifactId>
      <version>0.0.11.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>20.1.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.32</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna</artifactId>
      <version>5.10.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna-platform</artifactId>
      <version>5.10.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
