Skip to content
Snippets Groups Projects
Commit 5dd47d38 authored by Jonas's avatar Jonas
Browse files

16.01.2024 - add swagger dependency

parent 8003c9b9
No related branches found
No related tags found
1 merge request!7Dev in Main Merge
......@@ -20,6 +20,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
......@@ -71,8 +72,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
<build>
<plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment