Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
adding forceresolution for netty dep in ktor server (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoonie9 authored Apr 1, 2024
1 parent 85598e1 commit 1079398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ dependencies {
buildscript {
configurations.all {
resolutionStrategy {
// Addresss https://github.com/TBD54566975/tbdex-kt/issues/167
// Address https://github.com/TBD54566975/tbdex-kt/issues/167
force("com.fasterxml.woodstox:woodstox-core:6.4.0")
force("io.netty:netty-codec-http:4.1.108Final")
}
}
}
Expand Down

0 comments on commit 1079398

Please sign in to comment.