Skip to content

Commit

Permalink
Build: do not package log4j-api dependency (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
kares authored Jan 4, 2022
1 parent c646e54 commit 961d622
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.2.5
- Build: do not package log4j-api dependency [#441](https://github.com/logstash-plugins/logstash-input-beats/pull/441).
Logstash provides the log4j framework and the dependency is not needed except testing and compiling.

## 6.2.4
- Updated log4j dependency to 2.17.0

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.4
6.2.5
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
implementation "com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}"
implementation 'org.apache.logging.log4j:log4j-api:2.17.0'
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0'
}

test {
Expand Down

0 comments on commit 961d622

Please sign in to comment.