Hi, the Apache Commons PMC realized about two weeks ago that the mvn repo contains artifacts for commons-net 2.1 which has never been released and subsequently removed those from central. The next commons-net version is likely going to be 2.2 (and will probably use the org.apache.commons groupId instead of commons-net).
While looking into a Gump build failure (<http://gump.apache.org/> has silently been building much of the directory project for a few months) I saw that ApacheDS depends on 2.1 <http://svn.apache.org/repos/asf/directory/apacheds/trunk/pom.xml> which means clean builds no longer work ('cause 2.1 is nowehere to be found anymore). Gump used to build ApacheDS against the 1.x branch of commons-net so I think you could safely dpwngrade to commons-net 2.0 until 2.2 has been released. Cheers Stefan
