Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
spring-boot-starter-dsp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
shenjiaqing
spring-boot-starter-dsp
Commits
01db5b22
Commit
01db5b22
authored
Dec 17, 2021
by
江洋洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
log4j版本升级
parent
64695665
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
build.gradle
build.gradle
+4
-1
No files found.
build.gradle
View file @
01db5b22
...
@@ -52,7 +52,6 @@ subprojects {
...
@@ -52,7 +52,6 @@ subprojects {
all
*.
exclude
group:
"javax.servlet"
,
module:
"servlet-api"
//servlet 2.5
all
*.
exclude
group:
"javax.servlet"
,
module:
"servlet-api"
//servlet 2.5
all
*.
exclude
group:
"com.alibaba"
,
module:
"dubbo"
all
*.
exclude
group:
"com.alibaba"
,
module:
"dubbo"
all
*.
exclude
group:
"com.fasterxml.jackson.dataformat"
,
module:
"jackson-dataformat-xml"
all
*.
exclude
group:
"com.fasterxml.jackson.dataformat"
,
module:
"jackson-dataformat-xml"
all
*.
exclude
group:
"org.apache.logging.log4j"
}
}
dependencyManagement
{
dependencyManagement
{
...
@@ -85,6 +84,10 @@ subprojects {
...
@@ -85,6 +84,10 @@ subprojects {
dependency
(
"cn.com.duiba.nezha-alg:alg-model:2.23.43"
)
dependency
(
"cn.com.duiba.nezha-alg:alg-model:2.23.43"
)
dependency
(
'io.github.openfeign:feign-httpclient:10.10.1.dbfixed'
)
dependency
(
'io.github.openfeign:feign-httpclient:10.10.1.dbfixed'
)
//log4j fix
dependency
(
'org.apache.logging.log4j:log4j-api:2.16.0'
)
dependency
(
'org.apache.logging.log4j:log4j-core:2.16.0'
)
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment