<?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>com.izivia</groupId>
  <artifactId>ocpp-2-0-api</artifactId>
  <version>0.1.17</version>
  <name>OCPP 2.0 API</name>
  <description>OCPP 2.0 API</description>
  <url>https://github.com/IZIVIA/ocpp-toolkit</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>IZIVIA</id>
      <name>IZIVIA</name>
      <email>izivia-fr-dms-deliv@izivia.com</email>
      <url>https://www.izivia.com/</url>
      <organization>IZIVIA</organization>
      <organizationUrl>https://www.izivia.com/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/IZIVIA/ocpp-toolkit.git</connection>
    <developerConnection>scm:git:git@github.com:IZIVIA/ocpp-toolkit.git</developerConnection>
    <url>https://github.com/IZIVIA/ocpp-toolkit</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.http4k</groupId>
      <artifactId>http4k-bom</artifactId>
      <version>4.33.3.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.6.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>io.github.microutils</groupId>
      <artifactId>kotlin-logging-jvm</artifactId>
      <version>3.0.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlinx</groupId>
      <artifactId>kotlinx-datetime-jvm</artifactId>
      <version>0.3.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.3</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.izivia</groupId>
      <artifactId>ocpp-2-0-core</artifactId>
      <version>0.1.17</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.izivia</groupId>
      <artifactId>ocpp-operation-information</artifactId>
      <version>0.1.17</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
