account module refactoring
This commit is contained in:
@@ -1 +1,11 @@
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
|
||||
description 'shared dependencies'
|
||||
|
||||
|
||||
dependencies {
|
||||
api group: 'io.projectreactor', name: 'reactor-core'
|
||||
api 'org.springframework:spring-context'
|
||||
api 'org.springframework:spring-webflux'
|
||||
api 'org.springframework:spring-core'
|
||||
}
|
||||
Reference in New Issue
Block a user