<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.foxshield.clients</groupId>
  <artifactId>identity-client</artifactId>
  <version>0.1.0-nightly.11</version>
  <name>identity Java client</name>
  <description>Generated Java client for the identity service.</description>
  <url>https://github.com/QF0xB/foxshield-lab</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>qf0xb</id>
      <name>Foxshield</name>
      <url>https://github.com/QF0xB</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/QF0xB/foxshield-lab.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/QF0xB/foxshield-lab.git</developerConnection>
    <url>https://github.com/QF0xB/foxshield-lab</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.eclipse.microprofile.rest.client</groupId>
      <artifactId>microprofile-rest-client-api</artifactId>
      <version>3.0</version>
    </dependency>
    <dependency>
      <groupId>jakarta.ws.rs</groupId>
      <artifactId>jakarta.ws.rs-api</artifactId>
      <version>3.0.0</version>
    </dependency>
    <dependency>
      <groupId>jakarta.json.bind</groupId>
      <artifactId>jakarta.json.bind-api</artifactId>
      <version>3.0.0</version>
    </dependency>
    <dependency>
      <groupId>jakarta.json</groupId>
      <artifactId>jakarta.json-api</artifactId>
      <version>2.0.1</version>
    </dependency>
    <dependency>
      <groupId>jakarta.annotation</groupId>
      <artifactId>jakarta.annotation-api</artifactId>
      <version>2.0.0</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.18.9</version>
    </dependency>
  </dependencies>
</project>
