Update text dependency

This commit is contained in:
Luck 2018-08-09 22:43:41 +01:00
parent b8466beee5
commit c698587d53
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 7 additions and 11 deletions

View File

@ -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>

View File

@ -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(