mirror of
https://github.com/Lemonochrme/service-architecture.git
synced 2025-06-08 05:30:50 +02:00
Fixed administration service dependency issue.
This commit is contained in:
parent
2da048febf
commit
ce4e4f6743
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue