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
82e7f2be
Commit
82e7f2be
authored
4 years ago
by
Ralph Goers
Browse files
Options
Download
Email Patches
Plain Diff
Add byte buddy dependency
parent
347edbb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
log4j-core/src/test/java9/module-info.java
+1
-0
log4j-core/src/test/java9/module-info.java
with
1 addition
and
0 deletions
+1
-0
log4j-core/src/test/java9/module-info.java
+
1
-
0
View file @
82e7f2be
...
...
@@ -69,6 +69,7 @@ open module org.apache.logging.log4j.core {
requires
transitive
org
.
jctools
.
core
;
requires
transitive
org
.
osgi
.
framework
;
requires
transitive
com
.
conversantmedia
.
disruptor
;
requires
transitive
net
.
bytebuddy
;
requires
com
.
fasterxml
.
jackson
.
core
;
requires
com
.
fasterxml
.
jackson
.
databind
;
requires
transitive
com
.
fasterxml
.
jackson
.
dataformat
.
xml
;
...
...
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