Remove httpclient dependency from sample

This commit is contained in:
Marcus Da Coregio
2023-07-18 10:25:21 -03:00
parent 9292a72b60
commit e7c4eae6c9

View File

@@ -11,7 +11,6 @@ dependencies {
implementation "org.webjars:bootstrap"
implementation "org.webjars:html5shiv"
implementation "org.webjars:webjars-locator-core"
implementation "org.apache.httpcomponents:httpclient"
testImplementation "org.springframework.boot:spring-boot-starter-test"
testImplementation "org.assertj:assertj-core"