Skip to content

Commit

Permalink
EPMRPP-81362 || Update gson version to make able jcloud work (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKustau authored Feb 20, 2023
1 parent 4b1f164 commit 4bf1523
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-amqp'
implementation 'org.apache.jclouds.api:s3:2.5.0'
implementation 'org.apache.jclouds.provider:aws-s3:2.5.0'
//Needed for correct jcloud work
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
// https://avd.aquasec.com/nvd/cve-2020-8908
// implementation 'com.google.guava:guava:30.0-jre';
Expand Down

0 comments on commit 4bf1523

Please sign in to comment.