issues
search
logstash-plugins
/
logstash-input-azure_event_hubs
Logstash input for consuming events from Azure Event Hubs
Apache License 2.0
18
stars
30
forks
source link
Build: make log4j-api a provided dependency
#73
Closed
kares
closed
2 years ago
kares
commented
2 years ago
the log4j-api becomes a
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0'
there's no compilation happening but it's still a (Logstash) provided dependency ...
log4j-slf4j-impl
does not make sense to even be a compile-only dep, it's an (slf4j) api impl NOTE: that LS has
provided
log4j-slf4j-impl
at least since 6.0
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0'
there's no compilation happening but it's still a (Logstash) provided dependency ...