This commit is contained in:
Dusan Jakub
2023-09-27 14:54:00 +02:00
parent 7945b5f250
commit a779af19b4
10 changed files with 68 additions and 14 deletions

View File

@@ -50,6 +50,10 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-jwt-build</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5</artifactId>
<scope>test</scope>
</dependency>
@@ -72,6 +76,7 @@
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>