<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
  <!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
  <groupId>com.github.fkorotkov</groupId>
  <artifactId>k8s-kotlin-dsl</artifactId>
  <version>3.1.1</version>
  <name>fkorotkov/k8s-kotlin-dsl</name>
  <description>Kotlin DSL for Kubernetes configs</description>
  <url>https://github.com/fkorotkov/k8s-kotlin-dsl</url>
  <inceptionYear>2017</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://api.github.com/licenses/mit</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>fkorotkov</id>
      <name>Fedor Korotkov</name>
      <email>fedor.korotkov@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/fkorotkov/k8s-kotlin-dsl.git</connection>
    <developerConnection>scm:git://github.com/fkorotkov/k8s-kotlin-dsl.git</developerConnection>
    <url>git://github.com/fkorotkov/k8s-kotlin-dsl.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.fabric8</groupId>
      <artifactId>kubernetes-model</artifactId>
      <version>5.11.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-reflect</artifactId>
      <version>1.6.10</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
