<?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>
  <groupId>com.bestzyx.spring.starter</groupId>
  <artifactId>weblogger-spring-boot-starter</artifactId>
  <version>1.0.3.3</version>
  <name>weblogger-spring-boot-starter</name>
  <description>web request/response print</description>
  <url>https://github.com/zhangyongxianggithub/weblogger-spring-boot-starter</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>zhangyongxiang</name>
      <email>zyxfox@foxmail.com</email>
      <url>https://github.com/zhangyongxianggithub</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/zhangyongxianggithub/weblogger-spring-boot-starter</connection>
    <developerConnection>scm:git:https://github.com/zhangyongxianggithub/weblogger-spring-boot-starter</developerConnection>
    <url>https://github.com/zhangyongxianggithub/weblogger-spring-boot-starter</url>
  </scm>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/zhangyongxianggithub/weblogger-spring-boot-starter/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure-processor</artifactId>
      <version>4.0.6</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-configuration-processor</artifactId>
      <version>4.0.6</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-autoconfigure</artifactId>
      <version>4.0.6</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <version>2.0.9</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-web</artifactId>
      <version>7.0.7</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>jakarta.servlet</groupId>
      <artifactId>jakarta.servlet-api</artifactId>
      <version>6.0.0</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>32.1.2-jre</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
