保存进度!

This commit is contained in:
2025-03-11 19:31:11 +08:00
parent a3dc3480ba
commit a823e3f963
6 changed files with 126 additions and 24 deletions

View File

@@ -118,10 +118,23 @@
<version>9.2.0</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.80</version>
</dependency>
<!-- https://mvnrepository.com/artifact/commons-logging/commons-logging -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.5</version>
</dependency>
</dependencies>
<build>
<defaultGoal>compile</defaultGoal>
<defaultGoal>compile</defaultGoal>
<pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to
parent pom) -->
<plugins>