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

OZG-6162 Add missing dependency for validation library

parent 6d86cd46
No related tags found
No related merge requests found
......@@ -23,6 +23,10 @@
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<!-- gRPC -->
<dependency>
<groupId>net.devh</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment