<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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.redick01</groupId>
    <artifactId>log-trace-helper-all</artifactId>
    <version>1.0.4-RELEASE</version>
  </parent>
  <groupId>io.github.redick01</groupId>
  <artifactId>log-helper-starter</artifactId>
  <version>1.0.4-RELEASE</version>
  <packaging>pom</packaging>
  <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>
  <modules>
    <module>log-helper-spring-boot-starter-common</module>
    <module>log-helper-spring-boot-starter-alibabadubbo</module>
    <module>log-helper-spring-boot-starter-openfeign</module>
    <module>log-helper-spring-boot-starter-apachedubbo</module>
    <module>log-helper-spring-boot-starter-webflux</module>
    <module>log-helper-spring-boot-stater-grpc</module>
    <module>log-helper-spring-boot-starter-motan</module>
  </modules>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>${spring.boot.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-aop</artifactId>
      <version>${spring.boot.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>${spring.boot.version}</version>
      <scope>provided</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
