<?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 http://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>io.microconfig</groupId>
  <artifactId>utils</artifactId>
  <version>4.9.3</version>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.4.2</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <description>Powerful tool for microservice configuration management</description>
  <name>MicroConfig</name>
  <url>https://microconfig.io/</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:https://github.com/microconfig/microconfig.git</connection>
    <developerConnection>scm:git:https://github.com/microconfig/microconfig.git</developerConnection>
    <url>https://microconfig.io</url>
  </scm>
  <developers>
    <developer>
      <id>amatorin</id>
      <name>Alexander Matorin</name>
      <email>alx.matorin@gmail.com</email>
    </developer>
    <developer>
      <id>esladkovski</id>
      <name>Evgeni Sladkowski</name>
      <email>kapodes@gmail.com</email>
    </developer>
    <developer>
      <id>apavlov</id>
      <name>Artem Pavlov</name>
      <email>admpavlov@yandex.ru</email>
    </developer>
  </developers>
</project>
