File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,14 @@ dependencies {
1515 compileOnly(libs. jspecify)
1616 implementation(libs. gson)
1717 implementation(libs. logback. classic)
18+ implementation(libs. logstash. logback. encoder)
1819 implementation(libs. telegram. bot. api)
1920 implementation(libs. tika)
2021
22+ constraints {
23+ implementation(libs. jackson. core)
24+ }
25+
2126 testCompileOnly(libs. jspecify)
2227 testImplementation(libs. hamcrest)
2328 testImplementation(libs. junit. jupiter)
Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ junit = "6.0.3"
44[libraries ]
55gson = " com.google.code.gson:gson:2.13.2"
66hamcrest = " org.hamcrest:hamcrest:3.0"
7+ jackson-core = " tools.jackson.core:jackson-core:3.1.2"
78jspecify = " org.jspecify:jspecify:1.0.0"
89junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit" }
910junit-platform = { module = " org.junit.platform:junit-platform-launcher" , version.ref = " junit" }
1011logback-classic = " ch.qos.logback:logback-classic:1.5.32"
12+ logstash-logback-encoder = " net.logstash.logback:logstash-logback-encoder:9.0"
1113mockwebserver = " com.squareup.okhttp3:mockwebserver3-junit5:5.3.2"
1214telegram-bot-api = " com.github.pengrad:java-telegram-bot-api:9.6.0"
1315tika = " org.apache.tika:tika-core:3.3.0"
You can’t perform that action at this time.
0 commit comments