[ This PR |https://github.com/aerogear/aerogear-parent/pull/86/files#diff-1215c6995edada3c8711b631c2a667a1R42] intends to update Apache HttpComponents dependencies to newer versions, but in reality we're using even older versions than were there before that PR.
I have attached a file called deptree.txt, which was generated with {{mvn dependency:tree}} on the 2.2.1.Final tag of the aerogear-unifiedpush-server repository. This is the tree for the {{./servers/plain}} module, where the war file for our container image is built from.
{noformat} grep httpcomponents deptree.txt | | +- org.apache.httpcomponents:httpclient:jar:4.0.2:compile | | | +- org.apache.httpcomponents:httpcore:jar:4.0.1:compile {noformat}
Thanks to [~jmrazek] for noticing this!
CC: [~supittma], [~danielpassos] |
|