File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,9 @@ dependencies {
8686 val azureStorageVersion: String by project
8787 implementation(" com.azure:azure-storage-blob:$azureStorageVersion " ) {
8888 val nettyVersion: String by project
89- implementation(platform(" io.netty:netty-bom:$nettyVersion " ))
89+ runtimeOnly(platform(" io.netty:netty-bom:$nettyVersion " ))
90+ val projectReactorNettyVersion: String by project
91+ runtimeOnly(" io.projectreactor.netty:reactor-netty-http:$projectReactorNettyVersion " )
9092 }
9193 val opencsvVersion: String by project
9294 implementation(" com.opencsv:opencsv:$opencsvVersion " ) {
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ azureStorageVersion=12.20.1
2424nettyVersion =4.1.85.Final
2525snakeYamlVersion =1.33
2626apacheCommonsTextVersion =1.10.0
27+ projectReactorNettyVersion =1.0.24
2728
2829junitVersion =5.9.1
2930mockitoKotlinVersion =4.1.0
You can’t perform that action at this time.
0 commit comments