<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" 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.bloomberg</groupId>
  <artifactId>selekt-api</artifactId>
  <version>0.15.7</version>
  <name>Selekt</name>
  <description>Selekt shared API library.</description>
  <url>https://bloomberg.github.io/selekt/</url>
  <inceptionYear>2019</inceptionYear>
  <organization>
    <name>Bloomberg LP</name>
    <url>https://www.bloomberg.com</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kennethshackleton</id>
      <name>Kenneth J. Shackleton</name>
      <email>kshackleton1@bloomberg.net</email>
      <organization>Bloomberg LP</organization>
      <organizationUrl>https://github.com/bloomberg</organizationUrl>
    </developer>
    <developer>
      <id>xouabita</id>
      <name>Alexandre Abita</name>
      <email>aabita@bloomberg.net</email>
      <organization>Bloomberg LP</organization>
      <organizationUrl>https://github.com/bloomberg</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>git@github.com:bloomberg/selekt.git</connection>
    <developerConnection>git@github.com:bloomberg/selekt.git</developerConnection>
    <tag>57f00a31ad248b45d1da4e6e82792d2bdc9946b4</tag>
    <url>https://github.com/bloomberg/Selekt</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/bloomberg/Selekt/issues</url>
  </issueManagement>
  <ciManagement>
    <url>https://github.com/bloomberg/selekt/actions</url>
  </ciManagement>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.21</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
