<?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>com.sunsail</groupId>
|
<artifactId>hs-common</artifactId>
|
<version>5.1.2</version>
|
</parent>
|
<groupId>com.sunsail</groupId>
|
<artifactId>hs-common-encrypt</artifactId>
|
<version>5.1.2</version>
|
<description>hs-common-encrypt 数据加解密模块</description>
|
<dependencies>
|
<dependency>
|
<groupId>com.sunsail</groupId>
|
<artifactId>hs-common-core</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.mybatis.spring.boot</groupId>
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.bouncycastle</groupId>
|
<artifactId>bcprov-jdk15to18</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>cn.hutool</groupId>
|
<artifactId>hutool-crypto</artifactId>
|
</dependency>
|
<dependency>
|
<groupId>org.springframework</groupId>
|
<artifactId>spring-webmvc</artifactId>
|
</dependency>
|
</dependencies>
|
</project>
|