<?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.getunleash</groupId>
  <artifactId>yggdrasil-engine</artifactId>
  <version>0.1.0-alpha.17</version>
  <name>Unleash Yggdrasil Engine</name>
  <description>Yggdrasil engine for computing feature toggles</description>
  <url>https://docs.getunleash.io/yggdrasil-engine/index.html</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/license/mit/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>chrkolst</id>
      <name>Christopher Kolstad</name>
      <email>chriswk@getunleash.io</email>
    </developer>
    <developer>
      <id>ivarconr</id>
      <name>Ivar Conradi Østhus</name>
      <email>ivarconr@getunleash.io</email>
    </developer>
    <developer>
      <id>gastonfournier</id>
      <name>Gaston Fournier</name>
      <email>gaston@getunleash.io</email>
    </developer>
    <developer>
      <id>sighphyre</id>
      <name>Simon Hornby</name>
      <email>simon@getunleash.io</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Unleash/yggdrasil</connection>
    <developerConnection>scm:git:ssh://git@github.com:Unleash/yggdrasil</developerConnection>
    <url>https://github.com/Unleash/yggdrasil</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.5</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.java.dev.jna</groupId>
      <artifactId>jna</artifactId>
      <version>5.13.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-core</artifactId>
      <version>2.15.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.15.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-jsr310</artifactId>
      <version>2.14.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
