add back 1.12.2 for compiling

This commit is contained in:
TheJoshue 2023-12-23 13:40:35 +01:00 committed by GitHub
parent 007c92f797
commit 1c54b97254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

9
dist/pom.xml vendored
View File

@ -70,6 +70,13 @@
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>citizens-v1_12_R1</artifactId>
<version>${project.version}</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>citizens-v1_16_R3</artifactId>
@ -216,4 +223,4 @@
</dependencies>
</profile>
</profiles>
</project>
</project>