统一定义版本号

This commit is contained in:
click33
2022-10-22 05:18:08 +08:00
parent 4c8be2abda
commit 02b55b7665
39 changed files with 186 additions and 156 deletions

View File

@@ -23,11 +23,12 @@
<artifactId>sa-token-core</artifactId>
<version>${revision}</version>
</dependency>
<!-- Servlet API -->
<!-- Servlet API (optional) -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<version>${servlet-api.version}</version>
<optional>true</optional>
</dependency>
</dependencies>