<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.retrotv</groupId>
  <artifactId>cryptography-core</artifactId>
  <version>0.62.0-alpha</version>
  <name>cryptography</name>
  <description>Java 암호화 라이브러리 입니다.</description>
  <url>https://github.com/retrotv-maven-repo/cryptography</url>
  <inceptionYear>2025</inceptionYear>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yjj8353</id>
      <name>JaeJun Yang</name>
      <email>yjj8353@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/retrotv-maven-repo/cryptography.git</connection>
    <developerConnection>scm:git:ssh://github.com/retrotv-maven-repo/cryptography.git</developerConnection>
    <url>https://github.com/retrotv-maven-repo/cryptography.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>dev.retrotv</groupId>
      <artifactId>data-utils</artifactId>
      <version>0.25.0-alpha</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk18on</artifactId>
      <version>1.84</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bctls-jdk18on</artifactId>
      <version>1.84</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.18.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.retrotv</groupId>
      <artifactId>random-value</artifactId>
      <version>1.2.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
