The newer versions of the jdbc driver dropped support for the older versions. I ended up using jTDS for those.
https://sourceforge.net/projects/jtds/files/
EDIT: The reason I went this route was that M$ (bless their hearts) obfuscated download locations of their earlier versions of jdbc drivers, and I still needed to connect to later instance versions as well. So I added it as a separate driver.