Skip to content

Commit

Permalink
Use log4j jarkarta web but do not enforce
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Aug 20, 2024
1 parent 445f34c commit d880eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tds-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
api platform('net.openhft:chronicle-bom:2.25ea62')
api enforcedPlatform("org.apache.logging.log4j:log4j-bom:2.17.1")
// remove log4j-jakarta-web and use log4j-jakarta-bom when that is released
api enforcedPlatform("org.apache.logging.log4j:log4j-jakarta-web:2.23.1") {
api platform("org.apache.logging.log4j:log4j-jakarta-web:2.23.1") {
// Use version from edal-java for h2database
exclude group: 'com.h2database', module: 'h2'
}
Expand Down

0 comments on commit d880eef

Please sign in to comment.