Skip to content

Commit

Permalink
Fix proton j references
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed Jul 16, 2019
1 parent ec8eae0 commit d2b3423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ dependencies {
compile 'com.microsoft.azure:azure-eventhubs-eph:2.4.0'
compile 'com.microsoft.azure:azure-storage:8.0.0'
runtime 'com.google.code.gson:gson:2.8.5'
runtime 'org.apache.qpid:proton-j:0.33.0'
runtime 'org.apache.qpid:proton-j:0.33.1'
compile 'org.apache.logging.log4j:log4j-api:2.9.1'
runtime 'org.apache.logging.log4j:log4j-slf4j-impl:2.9.1'

}


Expand Down
2 changes: 1 addition & 1 deletion lib/logstash-input-azure_event_hubs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'jar_dependencies'
require_jar('com.google.code.gson', 'gson', '2.8.5')
require_jar('org.apache.qpid', 'proton-j', '0.33.0')
require_jar('org.apache.qpid', 'proton-j', '0.33.1')
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
require_jar('com.microsoft.azure', 'azure-eventhubs', '2.2.0')
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.1.0')
Expand Down

0 comments on commit d2b3423

Please sign in to comment.