<?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>org.opfab</groupId>
  <artifactId>cards-client-data</artifactId>
  <version>3.4.1.RELEASE</version>
  <name>"OperatorFabric Cards Client Data"</name>
  <description>property 'description'</description>
  <url>www.opfab.org</url>
  <licenses>
    <license>
      <name>Mozilla Public License Version 2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>freddidierRTE</id>
      <name>Frédéric Didier</name>
      <email>frederic-f.didier@rte-france.com</email>
    </developer>
    <developer>
      <id>AlexGuironnetRTE</id>
      <name>Alexandra Guironnet</name>
      <email>alexandra.guironnet@rte-france.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com:opfab/operatorfabric-core.git</connection>
    <developerConnection>scm:git:ssh://github.com:opfab/operatorfabric-core.git</developerConnection>
    <url>https://github.com/opfab/operatorfabric-core</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.22</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.13.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.avro</groupId>
      <artifactId>avro</artifactId>
      <version>1.11.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies/>
  </dependencyManagement>
</project>
