<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.kitsy</groupId>
  <artifactId>cnos-kotlin-hashicorp</artifactId>
  <version>1.12.0</version>
  <name>CNOS Kotlin HashiCorp Vault Provider</name>
  <description>Parent POM for CNOS Kotlin client runtime modules</description>
  <url>https://github.com/kitsyai/cnos/cnos-kotlin-hashicorp</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Prashant Sinha</name>
      <email>pkv.sinha492@gmail.com</email>
      <organization>Kitsy AI</organization>
      <organizationUrl>https://kitsy.ai</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/kitsyai/cnos.git/cnos-kotlin-hashicorp</connection>
    <developerConnection>scm:git:ssh://github.com/kitsyai/cnos.git/cnos-kotlin-hashicorp</developerConnection>
    <url>https://github.com/kitsyai/cnos/tree/main/cnos-kotlin-hashicorp</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>ai.kitsy</groupId>
      <artifactId>cnos-kotlin</artifactId>
      <version>1.12.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.9.23</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.17.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
