updates
This commit is contained in:
@@ -29,6 +29,12 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
configurations {
|
||||
all {
|
||||
exclude group: 'org.apache.tomcat.embed', module: 'tomcat-embed-jasper-el'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'io.netty:netty-common:4.2.8.Final'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-webflux:4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user