<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>langx</artifactId>
        <groupId>com.github.fangjinuo.langx</groupId>
        <version>4.1.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>langx-java-gmssl</artifactId>
    <name>${groupId}:${artifactId}:${version}</name>
    <dependencies>
        <dependency>
            <groupId>com.github.fangjinuo.langx</groupId>
            <artifactId>langx-java</artifactId>
        </dependency>
        <!--
            <dependency>
                <groupId>com.github.gitveio</groupId>
                <artifactId>gmssl-dev</artifactId>
                <version>1.1</version>
            </dependency>
            -->
        <!--
         <dependency>
             <groupId>org.openeuler</groupId>
             <artifactId>jca</artifactId>
             <version>1.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.openeuler</groupId>
             <artifactId>jsse</artifactId>
             <version>1.0.1</version>
         </dependency>
          -->
    </dependencies>

</project>