<?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">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.rednoll</groupId>
  <artifactId>kero-security-spring</artifactId>
  <version>0.1.1</version>
  <packaging>pom</packaging>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.3.3.RELEASE</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <name>kero-security-spring</name>
  <description>	Kero-Security-Spring - integration Kero-Security with Spring Boot.</description>
  <url>https://github.com/Rednoll/kero-security-spring.git</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Stepan Glumov (Kerovazzky)</name>
      <email>rednoll12@gmail.com</email>
      <organization>Rednoll (Kerovazzky)</organization>
      <organizationUrl>https://github.com/Rednoll</organizationUrl>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/Rednoll/kero-security-spring.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version/>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.25</version>
    </dependency>
    <dependency>
      <groupId>com.github.rednoll</groupId>
      <artifactId>kero-security</artifactId>
      <version>[0.1,)</version>
    </dependency>
  </dependencies>
</project>
