Skip to content
Snippets Groups Projects
Commit c5049d66 authored by Dominika Zemanovičová's avatar Dominika Zemanovičová
Browse files

Add spring-boot-starter-validation dependency

parent e9a421c4
No related branches found
No related tags found
1 merge request!16Exercise
...@@ -72,6 +72,11 @@ ...@@ -72,6 +72,11 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.springdoc</groupId> <groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
......
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