Set interface dependency to provided scope in nms submodules

This commit is contained in:
Flowsqy 2021-12-29 15:09:52 +01:00
parent 1c48ae16ef
commit 730e10c17c
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
<dependency>
<groupId>de.epiceric</groupId>
<artifactId>shopchest-nms-interface</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -26,6 +26,7 @@
<dependency>
<groupId>de.epiceric</groupId>
<artifactId>shopchest-nms-interface</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>