<?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>com.ubertob.kondor</groupId>
  <artifactId>kondor-mongo</artifactId>
  <version>1.9.2</version>
  <name>kondor-mongo</name>
  <description>A library to use Mongo with Kondor converters</description>
  <url>https://github.com/uberto/kondor-json</url>
  <inceptionYear>2023</inceptionYear>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>UbertoBarbini</id>
      <name>Uberto Barbini</name>
      <email>uberto.gama@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/uberto/kondor-json.git</connection>
    <developerConnection>git@github.com:uberto/kondor-json.git</developerConnection>
    <url>https://github.com/uberto/kondor-json</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.ubertob.kondor</groupId>
      <artifactId>kondor-core</artifactId>
      <version>1.9.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.mongodb</groupId>
      <artifactId>mongodb-driver-sync</artifactId>
      <version>4.8.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib-jdk8</artifactId>
      <version>1.8.20</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
