Fixed the dependencies on the JAR to include 1.13 (#1536)

This includes the 1.13 module into the outputed JAR so that it can properly load on Spigot 1.13-pre7 servers. The JAR will not properly load on 1.13-pre7 without this change.
This commit is contained in:
Derrick Lambert 2018-07-21 00:46:50 -04:00 committed by fullwall
parent 0cb3096125
commit b4af47f1c6
1 changed files with 8 additions and 1 deletions

9
dist/pom.xml vendored
View File

@ -67,6 +67,13 @@
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>citizens-v1_13_R1</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
</dependencies>
</project>