发布依赖

This commit is contained in:
陈云志
2020-12-23 18:38:38 +08:00
parent 9b9e75733f
commit 58a2dcd179
15 changed files with 81 additions and 21 deletions

View File

@@ -2,9 +2,9 @@ dependencies {
implementation project(":ruoyi-common-core")
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
implementation project(":ruoyi-common-security")
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
implementation "org.aspectj:aspectjweaver:1.9.6"
implementation "org.apache.commons:commons-lang3:3.11"
implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"