MiniAccumuloCluster moved to the 'server' module, which is fine. However, I
now have to have a dependency on accumulo-start and accumulo-server to be
able to use the MiniAccumuloCluster. There isn't really any way of know
that until you fire up a MiniAccumloCluster object and call .start() and
get a ClassNotFoundException on the Main class from accumulo-start. Seems
like depending on accumulo-server should pull in accumulo-start (creates
circular dependency?) or some other solution should be found.