<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>io.github.fishlikewater</groupId>
    <artifactId>raiden-parent</artifactId>
    <version>1.1.3</version>
  </parent>
  <artifactId>raiden-core-spring-boot</artifactId>
  <version>1.1.3</version>
  <name>raiden-core-spring-boot</name>
  <description>spring环境中常用的工具类</description>
  <url>https://github.com/fishlikewater/raiden/tree/master/raiden-parent/raiden-core-spring-boot</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>https://github.com/fishlikewater/raiden/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>zhangxiang</name>
      <email>fishlikewater@126.com</email>
    </developer>
  </developers>
  <dependencies>
    <dependency>
      <groupId>io.github.fishlikewater</groupId>
      <artifactId>raiden-core</artifactId>
      <version>1.1.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
      <version>6.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>3.4.0</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <version>3.4.0</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
