Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
be-esb-core
Overview
Overview
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
be-esb-ecosystem-maven
be-esb-core
Commits
7409e0ce
Commit
7409e0ce
authored
Jul 11, 2022
by
s_guodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改pom
parent
661ceed2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
pom.xml
pom.xml
+6
-0
No files found.
pom.xml
View file @
7409e0ce
...
...
@@ -61,6 +61,7 @@
<!-- 日志 -->
<slf4j-api_version>
1.7.25
</slf4j-api_version>
<jul-to-slf4j_version>
1.7.30
</jul-to-slf4j_version>
<log4j-jcl_version>
2.17.1
</log4j-jcl_version>
<log4j2_version>
2.16.0
</log4j2_version>
<logback_version>
1.2.11
</logback_version>
<log4j_version>
1.7.32
</log4j_version>
...
...
@@ -292,6 +293,11 @@
<artifactId>
jul-to-slf4j
</artifactId>
<version>
${jul-to-slf4j_version}
</version>
</dependency>
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-jcl
</artifactId>
<version>
${log4j-jcl_version}
</version>
</dependency>
<!-- log4j -->
<dependency>
<groupId>
org.slf4j
</groupId>
...
...
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