mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-01-26 11:51:55 +08:00
发布依赖
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
dependencies {
|
||||
|
||||
|
||||
implementation "org.springframework.cloud:spring-cloud-starter-openfeign:${springCloud}"
|
||||
implementation "com.github.pagehelper:pagehelper-spring-boot-starter:1.3.0"
|
||||
implementation "com.alibaba:fastjson:1.2.75"
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.0"
|
||||
implementation "commons-io:commons-io:2.8.0"
|
||||
implementation "org.apache.poi:poi-ooxml:4.1.2"
|
||||
implementation "javax.servlet:javax.servlet-api:4.0.1"
|
||||
implementation "io.swagger:swagger-annotations:1.5.24"
|
||||
implementation "org.apache.commons:commons-lang3:3.11"
|
||||
implementation "org.apache.commons:commons-pool2:2.9.0"
|
||||
implementation "commons-fileupload:commons-fileupload:1.4"
|
||||
implementation "javax.servlet:javax.servlet-api:4.0.1"
|
||||
implementation "io.swagger:swagger-annotations:1.5.24"
|
||||
implementation "com.fasterxml.jackson.core:jackson-databind:2.12.0"
|
||||
implementation "com.github.pagehelper:pagehelper-spring-boot-starter:1.3.0"
|
||||
implementation "org.springframework.cloud:spring-cloud-starter-openfeign:${springCloud}"
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
dependencies {
|
||||
implementation project(":ruoyi-common-security")
|
||||
implementation project(":ruoyi-common-core")
|
||||
|
||||
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
|
||||
implementation project(":ruoyi-common-security")
|
||||
|
||||
|
||||
implementation "com.alibaba:fastjson:1.2.75"
|
||||
implementation "org.apache.commons:commons-lang3:3.11"
|
||||
|
||||
@@ -2,8 +2,8 @@ description = "ruoyi-common-security"
|
||||
|
||||
dependencies {
|
||||
implementation project(":ruoyi-common-core")
|
||||
implementation project(":ruoyi-common-redis")
|
||||
implementation "com.ruoyi:ruoyi-api-system:${devVersion}"
|
||||
implementation project(":ruoyi-common-redis")
|
||||
|
||||
implementation "javax.servlet:javax.servlet-api:4.0.1"
|
||||
implementation "org.apache.commons:commons-lang3:3.11"
|
||||
|
||||
1
ruoyi-common/ruoyi-common-security/publish.sh
Symbolic link
1
ruoyi-common/ruoyi-common-security/publish.sh
Symbolic link
@@ -0,0 +1 @@
|
||||
../../build-config/publish.sh
|
||||
Reference in New Issue
Block a user