Fix NMS module for v1_19_R3 missing in final jar

This commit is contained in:
Christian Koop 2023-05-18 19:00:39 +02:00
parent 755124c070
commit f196cbd55c
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -141,5 +141,11 @@
<groupId>${project.groupId}</groupId>
<scope>compile</scope>
</dependency>
<dependency>
<version>${project.version}</version>
<artifactId>SongodaCore-NMS-v1_19_R3</artifactId>
<groupId>${project.groupId}</groupId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>