添加依赖

This commit is contained in:
funny 2026-04-17 13:58:41 +08:00
parent fc325af3b1
commit 41b14ba379
1 changed files with 25 additions and 0 deletions

View File

@ -182,6 +182,31 @@
<artifactId>hypersistence-tsid</artifactId> <artifactId>hypersistence-tsid</artifactId>
<version>2.1.4</version> <version>2.1.4</version>
</dependency> </dependency>
<!-- ==================== OnlyOffice JWT ==================== -->
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.12.6</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.12.6</version>
<scope>runtime</scope>
</dependency>
<!-- ==================== MinIO ==================== -->
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.5.17</version>
</dependency>
</dependencies> </dependencies>
<build> <build>