mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-24 08:28:12 +00:00
fix(docker): Upgrade to 4.1.44 netty-all library (#2784)
This commit is contained in:
parent
09bbcea0a8
commit
313da07447
13
build.gradle
13
build.gradle
@ -121,19 +121,22 @@ allprojects {
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'checkstyle'
|
||||
|
||||
configurations.all {
|
||||
exclude group: "io.netty", module: "netty"
|
||||
exclude group: "log4j", module: "log4j"
|
||||
}
|
||||
}
|
||||
|
||||
subprojects {
|
||||
apply plugin: 'maven'
|
||||
|
||||
configurations.all {
|
||||
exclude group: "io.netty", module: "netty"
|
||||
exclude group: "log4j", module: "log4j"
|
||||
}
|
||||
|
||||
plugins.withType(JavaPlugin) {
|
||||
dependencies {
|
||||
testCompile externalDependency.testng
|
||||
constraints {
|
||||
implementation('io.netty:netty-all:4.1.44.Final')
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
|
||||
@ -25,6 +25,7 @@ dependencies {
|
||||
play('com.nimbusds:nimbus-jose-jwt:7.9')
|
||||
play('com.typesafe.akka:akka-actor_2.11:2.5.16')
|
||||
play('net.minidev:json-smart:2.4.1')
|
||||
play('io.netty:netty-all:4.1.44.Final')
|
||||
}
|
||||
play project(":datahub-dao")
|
||||
play project(":datahub-graphql-core")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user