1
0
mirror of synced 2026-05-22 22:53:16 +00:00
Files

27 lines
948 B
XML
Raw Permalink Normal View History

2025-10-27 22:08:01 +08:00
<?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>sa-token-plugin</artifactId>
<groupId>cn.dev33</groupId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<name>sa-token-snack4</name>
2025-10-27 22:08:01 +08:00
<artifactId>sa-token-snack4</artifactId>
<description>sa-token integrate Snack4</description>
2025-10-27 22:08:01 +08:00
<dependencies>
<dependency>
<groupId>cn.dev33</groupId>
<artifactId>sa-token-core</artifactId>
</dependency>
<dependency>
<groupId>org.noear</groupId>
<artifactId>snack4</artifactId>
</dependency>
</dependencies>
</project>