<?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>io.github.chunhodong</groupId>
  <artifactId>property-detector</artifactId>
  <version>0.0.2</version>
  <name>property-detector</name>
  <description>SpringBoot application property detect and break</description>
  <url>https://github.com/chunhodong/property-detector</url>
  <licenses>
    <license>
      <name>GNU License</name>
      <url>https://github.com/chunhodong/property-detector/blob/master/License</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>chunhodong</id>
      <name>chunhodong</name>
      <email>yhms4432@naver.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:github.com/chunhodong/property-detector.git</connection>
    <developerConnection>scm:git:ssh://github.com:chunhodong/property-detector.git</developerConnection>
    <url>https://github.com/chunhodong/property-detector/tree/master</url>
  </scm>
  <dependencyManagement>
    <dependencies/>
  </dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>5.3.22</version>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>2.7.3</version>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <version>5.3.22</version>
    </dependency>
  </dependencies>
</project>
