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
c96ad258
Commit
c96ad258
authored
7 years ago
by
Gary Gregory
Browse files
Options
Download
Email Patches
Plain Diff
Update comments and dependencies to match.
parent
7a8e164e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
log4j-core-its/pom.xml
+2
-2
log4j-core-its/pom.xml
log4j-core/pom.xml
+1
-1
log4j-core/pom.xml
with
3 additions
and
3 deletions
+3
-3
log4j-core-its/pom.xml
+
2
-
2
View file @
c96ad258
...
...
@@ -96,11 +96,11 @@
<artifactId>
jackson-dataformat-xml
</artifactId>
<optional>
true
</optional>
</dependency>
<!-- POM for jackson-dataformat-xml 2.
8.3
depends on woodstox-core 5.0.
2
-->
<!-- POM for jackson-dataformat-xml 2.
9.2
depends on woodstox-core 5.0.
3
-->
<dependency>
<groupId>
com.fasterxml.woodstox
</groupId>
<artifactId>
woodstox-core
</artifactId>
<version>
5.0.
2
</version>
<version>
5.0.
3
</version>
<optional>
true
</optional>
</dependency>
...
...
This diff is collapsed.
Click to expand it.
log4j-core/pom.xml
+
1
-
1
View file @
c96ad258
...
...
@@ -87,7 +87,7 @@
<artifactId>
jackson-dataformat-xml
</artifactId>
<optional>
true
</optional>
</dependency>
<!-- POM for jackson-dataformat-xml 2.9.
1
depends on woodstox-core 5.0.3 -->
<!-- POM for jackson-dataformat-xml 2.9.
2
depends on woodstox-core 5.0.3 -->
<dependency>
<groupId>
com.fasterxml.woodstox
</groupId>
<artifactId>
woodstox-core
</artifactId>
...
...
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