mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-20 09:59:33 +00:00
Change up shaded sources (#691)
This commit is contained in:
parent
3aa804d44f
commit
e3f922c062
1 changed files with 10 additions and 3 deletions
13
pom.xml
13
pom.xml
|
@ -149,8 +149,15 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.inventivetalent</groupId>
|
<groupId>org.inventivetalent</groupId>
|
||||||
<artifactId>glowapi</artifactId>
|
<artifactId>apimanager</artifactId>
|
||||||
<version>1.4.4</version>
|
<version>1.0.1</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.inventivetalent</groupId>
|
||||||
|
<artifactId>reflectionhelper</artifactId>
|
||||||
|
<version>1.10.4</version>
|
||||||
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -184,4 +191,4 @@
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue