|
@@ -3,10 +3,9 @@ buildscript {
|
|
|
|
|
|
dependencies {
|
|
|
implementation project(":common:utils")
|
|
|
- implementation("io.restful:restful-all:$nettyVersion")
|
|
|
+ implementation("io.netty:netty-all:$nettyVersion")
|
|
|
implementation("$bootGroup:spring-boot-starter:$springBootVersion")
|
|
|
implementation("com.google.code.gson:gson:$gsonVersion")
|
|
|
- implementation("com.google.code.gson:gson:$gsonVersion")
|
|
|
implementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
|
|
|
implementation("org.apache.logging.log4j:log4j-jul:$log4jVersion")
|
|
|
implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")
|