Skip to content

Commit

Permalink
Merge pull request #6970 from eclipse/jetty-9.4.x-mod-file-versions
Browse files Browse the repository at this point in the history
Issue #6969 - fix mod file filtering for log4j
  • Loading branch information
lachlan-roberts committed Oct 11, 2021
2 parents 4aed1f3 + 0bc8095 commit 479d40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-util/src/main/config/modules/log4j2-api.mod
Expand Up @@ -23,6 +23,6 @@ Log4j is released under the Apache 2.0 license.
http://www.apache.org/licenses/LICENSE-2.0.html

[ini]
log4j2.version?=2.14.0
log4j2.version?=@log4j2.version@
disruptor.version=3.4.2
jetty.webapp.addServerClasses+=,${jetty.base.uri}/lib/log4j2/
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -62,6 +62,7 @@
<jolokia.version>1.3.3</jolokia.version>
<jsp.version>8.5.70</jsp.version>
<junit.version>5.8.1</junit.version>
<log4j.version>1.2.17</log4j.version>
<log4j2.version>2.14.0</log4j2.version>
<logback.version>1.2.6</logback.version>
<maven.version>3.8.2</maven.version>
Expand Down

0 comments on commit 479d40b

Please sign in to comment.