<?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>io.flipt</groupId>
  <artifactId>flipt-client-java</artifactId>
  <version>0.16.0</version>
  <name>Flipt Client Java SDK</name>
  <description>Flipt Client Java SDK</description>
  <url>https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-java</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/license/mit/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>flipt-io</id>
      <name>Flipt</name>
      <email>devs@flipt.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/flipt-io/flipt-client-sdks.git</connection>
    <developerConnection>scm:git:ssh://github.com/flipt-io/flipt-client-sdks.git</developerConnection>
    <url>https://github.com/flipt-io/flipt-client-sdks/tree/main/flipt-client-java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-xml</artifactId>
      <version>2.18.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-jdk8</artifactId>
      <version>2.18.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna-platform</artifactId>
      <version>5.17.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
