File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,11 @@ repositories {
2727dependencies {
2828 zenithProxy(" com.zenith:ZenithProxy:$mc -SNAPSHOT" )
2929 shade(" io.javalin:javalin:6.7.0" )
30+
31+ // todo: remove when javalin updates to jackson 3
32+ shade(" com.fasterxml.jackson.core:jackson-core:2.20.1" )
33+ shade(" com.fasterxml.jackson.core:jackson-databind:2.20.1" )
34+ shade(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.1" )
3035}
3136
3237tasks {
@@ -39,8 +44,8 @@ tasks {
3944 exclude(" META-INF/maven/**" )
4045 // todo: transform service files? seems to work fine without them for now
4146 dependencies {
42- exclude(dependency(" org.slf4j:: " ))
43- exclude(dependency(" org.jetbrains:annotations:" ))
47+ exclude(dependency(" org.slf4j:.*:.* " ))
48+ exclude(dependency(" org.jetbrains:annotations:.*:.* " ))
4449 }
4550 }
4651}
You can’t perform that action at this time.
0 commit comments