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 {
86
86
val azureStorageVersion: String by project
87
87
implementation(" com.azure:azure-storage-blob:$azureStorageVersion " ) {
88
88
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 " )
90
92
}
91
93
val opencsvVersion: String by project
92
94
implementation(" com.opencsv:opencsv:$opencsvVersion " ) {
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ azureStorageVersion=12.20.1
24
24
nettyVersion =4.1.85.Final
25
25
snakeYamlVersion =1.33
26
26
apacheCommonsTextVersion =1.10.0
27
+ projectReactorNettyVersion =1.0.24
27
28
28
29
junitVersion =5.9.1
29
30
mockitoKotlinVersion =4.1.0
You can’t perform that action at this time.
0 commit comments