add gradle
This commit is contained in:
parent
6c4085362e
commit
a437db849c
|
|
@ -0,0 +1,13 @@
|
|||
dependencies {
|
||||
|
||||
|
||||
implementation project(":ruoyi-common-core")
|
||||
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
|
||||
implementation project(":ruoyi-common-security")
|
||||
|
||||
implementation "org.aspectj:aspectjweaver:1.9.6"
|
||||
implementation "org.apache.commons:commons-lang3:3.11"
|
||||
implementation "org.springframework.boot:spring-boot-starter-validation:${springBoot}"
|
||||
}
|
||||
|
||||
description = "ruoyi-common-datascope"
|
||||
Loading…
Reference in New Issue