This document discusses simplifying external dependency management. It recommends using a build tool like Maven or Phing to define dependencies, build processes, and packaging. A build tool allows dependencies to be declared separately from version control and enforces consistency. It also suggests creating packages for different platforms to simplify distribution of software and dependencies. Maven is highlighted as an example of a build tool that standardizes the build lifecycle and project structure to simplify dependency management.