Redundant, old and heavy libraries
arhimondr opened this issue · 0 comments
arhimondr commented
- commons-httpclient 3.1 is redundant (AWS libraries now using http client 4.3+)
- commons-lang 2.5 is too old (yes, it support JAVA 1.2-1.5), but i think it can be replaced with commons-lang 3+, which is more frequently used in new environments.
- jackson 1.9 is redundant (AWS libraries now using jackson 2+)
- aws-java-sdk (12 MB) can be replaced with more specific 'aws-java-sdk-sns', 'aws-java-sdk-sqs', which is more light-weight