scfs-api-sdk/scfs-api-sm/pom.xml

45 lines
1.7 KiB
XML

<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-sdk</artifactId>
<version>2.0.4-snapshot</version>
</parent>
<artifactId>scfs-api-sm</artifactId>
<version>2.0.4-snapshot</version>
<name>scfs-api-sm:国密模块</name>
<description>封装SM2、SM4国密算法</description>
<dependencies>
<dependency>
<groupId>com.czcb.scfs</groupId>
<artifactId>scfs-api-core</artifactId>
<version>2.0.4-snapshot</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.tencent.kona/kona-crypto -->
<dependency>
<groupId>com.tencent.kona</groupId>
<artifactId>kona-crypto</artifactId>
<version>1.0.11</version>
<scope>runtime</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.tencent.kona/kona-pkix -->
<dependency>
<groupId>com.tencent.kona</groupId>
<artifactId>kona-pkix</artifactId>
<version>1.0.11</version>
<scope>runtime</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/com.tencent.kona/kona-provider -->
<dependency>
<groupId>com.tencent.kona</groupId>
<artifactId>kona-provider</artifactId>
<version>1.0.11</version>
</dependency>
</dependencies>
</project>