<?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">
  <!-- 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.github.lyc8503</groupId>
  <artifactId>opening-incantation-spring-boot-starter</artifactId>
  <version>0.0.1</version>
  <name>opening-incantation-spring-boot-starter</name>
  <description>Some magic incantation for Spring Boot</description>
  <url>https://github.com/lyc8503/opening-incantation-spring-boot-starter</url>
  <licenses>
    <license>
      <name>GNU General Public License v3</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>lyc8503</id>
      <name>lyc8503</name>
      <email>me@lyc8503.site</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/lyc8503/opening-incantation-spring-boot-starter</connection>
    <developerConnection>scm:git:ssh://github.com/lyc8503/opening-incantation-spring-boot-starter.git</developerConnection>
    <url>//github.com/lyc8503/opening-incantation-spring-boot-starter</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-parent</artifactId>
      <version>3.0.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>3.0.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-annotations</artifactId>
      <version>2.15.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies/>
  </dependencyManagement>
</project>
