Skip to content

Commit

Permalink
EPMRPP-99291 add apache http client required by spring 6.0 (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx authored Feb 11, 2025
1 parent 1eef193 commit 6ea2740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ dependencies {

// Optional for spring-boot-starter-amqp
implementation "com.rabbitmq:http-client:5.3.0"
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.2") // supports gzip encoding

// check authentication error response format for versions higher than 6.21.3
implementation('net.sf.jasperreports:jasperreports:6.21.3') { //TODO: consider upgrade to 7.0.1+
Expand Down

0 comments on commit 6ea2740

Please sign in to comment.