<?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>net.avepay</groupId>
  <artifactId>mcf</artifactId>
  <version>0.1.0</version>
  <name>AvePay MCF SDK</name>
  <description>Official Java SDK for the AvePay MCF fiscal certification API (DGI Burkina Faso / SECEF).</description>
  <url>https://gitlab.avepay.net/avepay/avepay-mcf-sdks</url>
  <inceptionYear>2026</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>avepay</id>
      <name>AvePay</name>
      <email>dev@avepay.net</email>
      <organization>AvePay</organization>
      <organizationUrl>https://avepay.net</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitlab.avepay.net/avepay/avepay-mcf-sdks.git</connection>
    <developerConnection>scm:git:ssh://git@gitlab.avepay.net/avepay/avepay-mcf-sdks.git</developerConnection>
    <url>https://gitlab.avepay.net/avepay/avepay-mcf-sdks</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.code.gson</groupId>
      <artifactId>gson</artifactId>
      <version>2.11.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
