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

View File

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