Fixed the issue of java compile for 17

This commit is contained in:
2024-04-30 15:10:44 -04:00
parent 2c41d7a108
commit 2336a45881
39 changed files with 48 additions and 468 deletions
+6
View File
@@ -177,6 +177,12 @@
<artifactId>nimbus-jose-jwt</artifactId>
<version>${nimbus-jose-jwt.version}</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>