File tree 2 files changed +0
-6
lines changed
src/main/java/com/github/quiltservertools/blockbot
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,6 @@ dependencies {
58
58
}
59
59
shade ' club.minnced:discord-webhooks:0.5.6'
60
60
include " com.squareup.okhttp3:okhttp:4.9.0"
61
- include " org.slf4j:slf4j-api:1.7.9"
62
- include " org.apache.logging.log4j:log4j-slf4j-impl:2.8.1"
63
61
}
64
62
65
63
processResources {
@@ -111,7 +109,6 @@ shadowJar {
111
109
exclude " org/checkerframework/**" , " org/jetbrains/**" , " org/intellij/**"
112
110
exclude " com/google/gson/**"
113
111
exclude " net/kyori/**"
114
- exclude " org/slf4j/**"
115
112
116
113
def relocPath = " com.github.quiltservertools.blockbot.libs."
117
114
relocate " com.iwebpp.crypto" , relocPath + " com.iwebpp.crypto"
Original file line number Diff line number Diff line change 18
18
import org .apache .commons .lang3 .StringUtils ;
19
19
20
20
import javax .security .auth .login .LoginException ;
21
- import java .time .Instant ;
22
21
import java .time .LocalDateTime ;
23
- import java .time .temporal .ChronoField ;
24
- import java .time .temporal .TemporalField ;
25
22
import java .util .Collections ;
26
23
import java .util .Objects ;
27
24
You can’t perform that action at this time.
0 commit comments