<?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>org.gitlab4j</groupId>
  <artifactId>gitlab4j-models</artifactId>
  <version>6.2.0</version>
  <name>GitLab4J-API - GitLab API Java Models</name>
  <description>GitLab4J-API (gitlab4j-models) provides java models for working with GitLab repositories and servers via the GitLab REST API.</description>
  <url>https://gitlab4j.github.io/gitlab4j-api/</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>gmessner</id>
      <name>Greg Messner</name>
      <email>greg@messners.com</email>
    </developer>
    <developer>
      <id>gdesaintmartinlacaze</id>
      <name>Gautier de Saint Martin Lacaze</name>
      <email>gautier@jabby-techs.fr</email>
    </developer>
    <developer>
      <id>gitlab4j</id>
      <url>https://github.com/orgs/gitlab4j/people</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/gitlab4j/gitlab4j-api.git</connection>
    <developerConnection>scm:git:https://github.com/gitlab4j/gitlab4j-api.git</developerConnection>
    <url>https://github.com/gitlab4j/gitlab4j-api/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.18.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.18.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
