mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-16 03:40:27 +00:00
* Don't shade in commons-lang anymore, replaced with SimpleDateFormat instead.
* Add IP address logging support. * Add /ip command with permission node redisbungee.command.ip. * Mark some stuff as final so that the JVM can optimize things a little more.
This commit is contained in:
11
pom.xml
11
pom.xml
@@ -68,7 +68,6 @@
|
||||
<includes>
|
||||
<include>redis.clients:jedis</include>
|
||||
<include>commons-pool:commons-pool</include>
|
||||
<include>org.apache.commons:commons-lang3</include>
|
||||
</includes>
|
||||
</artifactSet>
|
||||
<relocations>
|
||||
@@ -82,11 +81,6 @@
|
||||
<shadedPattern>com.imaginarycode.minecraft.redisbungee.internal.jedisutil
|
||||
</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.apache.commons</pattern>
|
||||
<shadedPattern>com.imaginarycode.minecraft.redisbungee.internal.commons
|
||||
</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
</execution>
|
||||
@@ -140,11 +134,6 @@
|
||||
<type>jar</type>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user