SUPPORT-8957: add service and controller for user management

This commit is contained in:
gulnaz 2025-03-06 18:28:18 +03:00
parent b3deb8704b
commit 8e9ca630a4
10 changed files with 278 additions and 0 deletions

View file

@ -216,6 +216,14 @@
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
</dependencies>
<build>
<finalName>${project.parent.artifactId}</finalName>