mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-27 04:35:12 +01:00
Relocate Injection API
This commit is contained in:
parent
fb4dd260f8
commit
7de4efc025
11
pom.xml
11
pom.xml
@ -179,6 +179,10 @@
|
|||||||
<pattern>net.ricecode.similarity</pattern>
|
<pattern>net.ricecode.similarity</pattern>
|
||||||
<shadedPattern>fr.xephi.authme.libs.similarity</shadedPattern>
|
<shadedPattern>fr.xephi.authme.libs.similarity</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>javax.inject</pattern>
|
||||||
|
<shadedPattern>fr.xephi.authme.libs.inject</shadedPattern>
|
||||||
|
</relocation>
|
||||||
<!-- MCStats.org metrics -->
|
<!-- MCStats.org metrics -->
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>org.mcstats</pattern>
|
<pattern>org.mcstats</pattern>
|
||||||
@ -218,6 +222,10 @@
|
|||||||
<pattern>net.ricecode.similarity</pattern>
|
<pattern>net.ricecode.similarity</pattern>
|
||||||
<shadedPattern>fr.xephi.authme.libs.similarity</shadedPattern>
|
<shadedPattern>fr.xephi.authme.libs.similarity</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>javax.inject</pattern>
|
||||||
|
<shadedPattern>fr.xephi.authme.libs.inject</shadedPattern>
|
||||||
|
</relocation>
|
||||||
<!-- MCStats.org metrics -->
|
<!-- MCStats.org metrics -->
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>org.mcstats</pattern>
|
<pattern>org.mcstats</pattern>
|
||||||
@ -384,8 +392,7 @@
|
|||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- javax.inject API -->
|
<!-- Inject API -->
|
||||||
<!-- TODO: relocate!!!!!!!!!!!!!!!!!!!! -->
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.inject</groupId>
|
<groupId>javax.inject</groupId>
|
||||||
<artifactId>javax.inject</artifactId>
|
<artifactId>javax.inject</artifactId>
|
||||||
|
Loading…
Reference in New Issue
Block a user