| Thanks Chris. I managed to pull 'a1.6' branch and update some of the dependencies as below:
 
 <!-- environment-dependent versions -->
 
 <zookeeper.version>3.4.6</zookeeper.version>
 
 <accumulo.version>1.6.1</accumulo.version>
 
 <hadoop.version>2.6.0</hadoop.version>
 
 <scalding.version>0.13.1</scalding.version>
 
 However, the GeoMesa core tests are failing:
 
 [INFO] GeoMesa - [Accumulo 1.6.x] ......................... SUCCESS [  2.499 s]
 
 [INFO] GeoMesa Utils - [Accumulo 1.6.x] ................... SUCCESS [ 33.247 s]
 
 [INFO] GeoMesa Filters and Functions - [Accumulo 1.6.x] ... SUCCESS [ 12.889 s]
 
 [INFO] GeoMesa Avro SimpleFeature - [Accumulo 1.6.x] ...... SUCCESS [ 21.233 s]
 
 [INFO] GeoMesa Core - [Accumulo 1.6.x] .................... FAILURE [ 53.719 s]
 
 [INFO] GeoMesa Distributed Runtime - [Accumulo 1.6.x] ..... SKIPPED
 
 with the exceptions:
 
 org.locationtech.geomesa.core.index.CoveringAttributeIndexTest  Time
 elapsed: 0.051 sec  <<< ERROR! java.lang.RuntimeException: can not
 create specification:
 org.locationtech.geomesa.core.index.CoveringAttributeIndexTest
 
 org.locationtech.geomesa.core.index.AttributeIndexStrategyTest  Time
 elapsed: 0.002 sec  <<< ERROR! java.lang.RuntimeException: can not
 create specification:
 org.locationtech.geomesa.core.index.AttributeIndexStrategyTest
 
 ...
 
 Should I be fixing some additional mvn dependencies?
 
 Thanks,
 Deepanjana
 |