<?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>fr.lixbox.lixbox-param</groupId>
  <artifactId>lixbox-param-client</artifactId>
  <version>11.1.2.20</version>
  <name>lixbox-param-client</name>
  <description>Ce dépôt contient le code de la librairie lixbox-param-client</description>
  <url>https://github.com/lixbox-team/lixbox-param-client</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>ludovic.terral</id>
      <name>Ludovic TERRAL</name>
      <email>ludovic.terral@lixtec.fr</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/lixbox-team/lixbox-param-client.git</connection>
    <developerConnection>scm:git:ssh://github.com/lixbox-team/lixbox-param-client.git</developerConnection>
    <url>https://github.com/lixbox-team/lixbox-param-client</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>fr.lixbox.lixbox-param</groupId>
      <artifactId>lixbox-param-api</artifactId>
      <version>11.1.2.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>fr.lixbox.lixbox-service</groupId>
      <artifactId>lixbox-microservice-client</artifactId>
      <version>11.1.2.8</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.ws.rs</groupId>
      <artifactId>jakarta.ws.rs-api</artifactId>
      <version>2.1.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
