forked from technomancy/leiningen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace old HttpWagon conn-mngr setup. Fixes technomancy#1746
Bumping HttpWagon from 2.4 to 2.6 caused old methods in HttpWagon to disappear, and along with it all the old Apache Http stuff we depended on. This caused additional CA certificates provided in :certificates to make Lein just fall on the floor and die. This bumps HttpWagon to 2.9 and refactors Apache Http usage to non-deprecated usage for the version we depend on.
- Loading branch information
Showing
3 changed files
with
56 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters