Fixed administration service dependency issue.

This commit is contained in:
Yohan Boujon 2024-12-22 16:13:22 +01:00
parent 2da048febf
commit ce4e4f6743
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
<!-- Depends on Administation Service to check roles -->
<dependency>
<groupId>insa.application.helpapp</groupId>
<artifactId>administration-service</artifactId>
<artifactId>administration</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>

View file

@ -26,7 +26,7 @@
<!-- Depends on Administation Service to check roles -->
<dependency>
<groupId>insa.application.helpapp</groupId>
<artifactId>administration-service</artifactId>
<artifactId>administration</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>