damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570
https://damnhandy.github.io/Handy-URI-Templates/
Other
202 stars 37 forks source link

Improve MAVEN build Performance #70

Open ChenZhangg opened 3 years ago

ChenZhangg commented 3 years ago

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. handy-uri-templates {groupId='org.apache.httpcomponents', artifactId='httpclient', version='4.5.12', scope='test'}

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.