<?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>cn.tannn.jdevelops</groupId>
    <artifactId>jdevelops-build</artifactId>
    <version>1.0.2</version>
  </parent>
  <artifactId>jdevelops-spi</artifactId>
  <version>1.0.2</version>
  <name>jdevelops :: spi</name>
  <description>Java SPI 机制详解： https://javaguide.cn/java/basis/spi.html
        代码参考： https://github.com/apache/incubator-shenyu/tree/master/shenyu-spi
        使用: 请看单元测试</description>
  <url>https://github.com/en-o/Jdevelops</url>
  <organization>
    <name>tan</name>
    <url>https://t.tannn.cn/</url>
  </organization>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tanning</id>
      <name>tanning</name>
      <email>1445763190@qq.com</email>
      <url>https://t.tannn.cn/</url>
      <organization>cn.tannn.jdevelops</organization>
      <roles>
        <role>author</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/en-o/Jdevelops.git</connection>
    <developerConnection>https://github.com/en-o/Jdevelops.git</developerConnection>
    <tag>master</tag>
    <url>https://github.com/en-o/Jdevelops.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>2.0.13</version>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter</artifactId>
      <version>5.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
