mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2026-03-22 09:17:16 +08:00
33 lines
1.1 KiB
XML
33 lines
1.1 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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<parent>
|
|
<groupId>com.yami.shop</groupId>
|
|
<artifactId>yami-shop-security</artifactId>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<artifactId>yami-shop-security-common</artifactId>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>com.yami.shop</groupId>
|
|
<artifactId>yami-shop-service</artifactId>
|
|
<version>${yami.shop.version}</version>
|
|
</dependency>
|
|
<!--security-->
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-security</artifactId>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.anji-plus</groupId>
|
|
<artifactId>captcha</artifactId>
|
|
<version>1.3.0</version>
|
|
</dependency>
|
|
</dependencies>
|
|
|
|
</project> |