Update text dependency
This commit is contained in:
parent
b8466beee5
commit
c698587d53
@ -48,24 +48,20 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.kyori</groupId>
|
<groupId>net.kyori</groupId>
|
||||||
<artifactId>text</artifactId>
|
<artifactId>text</artifactId>
|
||||||
<version>1.11-1.4.0</version>
|
<version>1.11-1.6.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>com.google.code.findbugs</groupId>
|
<groupId>org.checkerframework</groupId>
|
||||||
<artifactId>jsr305</artifactId>
|
<artifactId>checker-qual</artifactId>
|
||||||
</exclusion>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>com.google.code.gson</groupId>
|
|
||||||
<artifactId>gson</artifactId>
|
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>com.google.guava</groupId>
|
<groupId>com.google.guava</groupId>
|
||||||
<artifactId>guava</artifactId>
|
<artifactId>guava</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>net.kyori</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>blizzard</artifactId>
|
<artifactId>gson</artifactId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -63,8 +63,8 @@ public enum Dependency {
|
|||||||
TEXT(
|
TEXT(
|
||||||
"net{}kyori",
|
"net{}kyori",
|
||||||
"text",
|
"text",
|
||||||
"1.11-1.4.0",
|
"1.11-1.6.1",
|
||||||
"drQpwf+oI1+DPrn0iCvEtoID+xXR3dpZK5ySaBrUiok=",
|
"uJC1/KZz/98KdOfAYjBEAR4jLGS0SOY03wUrDLTj3sg=",
|
||||||
Relocation.of("text", "net{}kyori{}text")
|
Relocation.of("text", "net{}kyori{}text")
|
||||||
),
|
),
|
||||||
EVENT(
|
EVENT(
|
||||||
|
Loading…
Reference in New Issue
Block a user