Skip to content

Commit

Permalink
Build: make log4j-api a provided dependency (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Jan 4, 2022
1 parent 92ac81d commit 6e5c9b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.4.3
- Build: make log4j-api a provided dependency [#73](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/73)

## 1.4.2
- Update log4j dependencies 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 @@
1.4.2
1.4.3
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ apply plugin: 'java'
apply plugin: 'idea'



sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand All @@ -22,8 +21,8 @@ dependencies {
implementation 'com.microsoft.azure:azure-storage:8.6.6'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'org.apache.qpid:proton-j:0.33.9'
implementation 'org.apache.logging.log4j:log4j-api:2.17.0'
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0'
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0' // provided by Logstash
testImplementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' // provided by Logstash
}


Expand Down
2 changes: 0 additions & 2 deletions lib/logstash-input-azure_event_hubs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@
require_jar('com.microsoft.azure', 'azure-storage', '8.6.6')
require_jar('com.google.code.gson', 'gson', '2.8.5')
require_jar('org.apache.qpid', 'proton-j', '0.33.9')
require_jar('org.apache.logging.log4j', 'log4j-api', '2.15.0')
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.15.0')

0 comments on commit 6e5c9b2

Please sign in to comment.