Skip to content

Commit

Permalink
[plugin-rest-api] Remove Apache HttpClient 4 leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Mar 29, 2023
1 parent 3cbc084 commit e95aeef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vividus-plugin-rest-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ dependencies {
implementation project(':vividus-test-context')
implementation project(':vividus-util')

implementation(group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14')
implementation platform(group: 'org.springframework', name: 'spring-framework-bom', version: '5.3.26')
implementation(group: 'org.springframework', name: 'spring-web')
implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0')
Expand Down

0 comments on commit e95aeef

Please sign in to comment.