Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
Logging Log4j2
Commits
327057b1
Commit
327057b1
authored
6 years ago
by
Thorsten Heit
Committed by
Ralph Goers
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Added dependency to log4j-slf4j18-impl
parent
0d53d98a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
log4j-bom/pom.xml
+6
-0
log4j-bom/pom.xml
with
6 additions
and
0 deletions
+6
-0
log4j-bom/pom.xml
+
6
-
0
View file @
327057b1
...
...
@@ -78,6 +78,12 @@
<artifactId>
log4j-slf4j-impl
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- SLF4J 1.8.x Compatibility API -->
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
<artifactId>
log4j-slf4j18-impl
</artifactId>
<version>
${project.version}
</version>
</dependency>
<!-- Web Application Support -->
<dependency>
<groupId>
org.apache.logging.log4j
</groupId>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help