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