<?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>com.perforce</groupId>
  <artifactId>p4java</artifactId>
  <version>2023.2.2581742</version>
  <name>Perforce Java API</name>
  <description>P4Java, the Perforce Java API is a Java-native API for accessing Perforce SCM services from within Java</description>
  <url>https://github.com/perforce/p4java</url>
  <organization>
    <name>Perforce Software</name>
    <url>http://www.perforce.com</url>
  </organization>
  <licenses>
    <license>
      <name>Perforce Software</name>
      <url>https://www.perforce.com/perforce/doc.current/user/p4java_eula.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>p4java</id>
      <name>Perforce Software</name>
      <email>support+java@perforce.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/perforce/p4java.git</connection>
    <developerConnection>scm:git:https://github.com/perforce/p4java.git</developerConnection>
    <url>https://github.com/perforce/p4java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.jcraft</groupId>
      <artifactId>jzlib</artifactId>
      <version>1.1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.12.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.15</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>3.0.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
