feat: bungeecord support on proxy and some optimizations
This commit is contained in:
parent
b3c624eaa4
commit
a4999a28a1
8 changed files with 122 additions and 26 deletions
12
core/pom.xml
12
core/pom.xml
|
@ -15,6 +15,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<cache2k-version>2.6.1.Final</cache2k-version>
|
||||
</properties>
|
||||
|
||||
<repositories>
|
||||
|
@ -114,6 +115,17 @@
|
|||
<artifactId>jackson-dataformat-yaml</artifactId>
|
||||
<version>2.14.0-rc1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.cache2k</groupId>
|
||||
<artifactId>cache2k-api</artifactId>
|
||||
<version>${cache2k-version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.cache2k</groupId>
|
||||
<artifactId>cache2k-core</artifactId>
|
||||
<version>${cache2k-version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue