Skip to content
Snippets Groups Projects
Commit c4b87f9f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-3931 [bescheid-manager] add bean validation dependency

parent 1990512a
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,10 @@ ...@@ -66,7 +66,10 @@
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId> <artifactId>spring-security-core</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.mapstruct</groupId> <groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId> <artifactId>mapstruct</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment