<?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>live.lingting.components</groupId>
    <artifactId>lingting-components</artifactId>
    <version>2024.06.14-beta2</version>
  </parent>
  <groupId>live.lingting.components</groupId>
  <artifactId>component-bcpkix</artifactId>
  <version>2024.06.14-beta2</version>
  <description>用于证书管理, 生成</description>
  <licenses>
    <license>
      <name>GNU General Public License, version 2</name>
      <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcpkix-jdk18on</artifactId>
    </dependency>
    <dependency>
      <groupId>live.lingting.components</groupId>
      <artifactId>component-core</artifactId>
    </dependency>
    <dependency>
      <groupId>live.lingting.components</groupId>
      <artifactId>component-spring</artifactId>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
