<?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.hyfsy</groupId>
    <artifactId>hot-refresh-parent</artifactId>
    <version>1.2.3</version>
  </parent>
  <groupId>io.github.hyfsy</groupId>
  <artifactId>hot-refresh-adapters</artifactId>
  <version>1.2.3</version>
  <packaging>pom</packaging>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  <modules>
    <module>hot-refresh-adapter-lombok</module>
    <module>hot-refresh-adapter-mapstruct</module>
    <module>hot-refresh-adapter-spring-boot</module>
    <module>hot-refresh-adapter-mybatis</module>
    <module>hot-refresh-adapter-skywalking</module>
  </modules>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-core</artifactId>
      <version>2.23.4</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
