I struggled with the same. My this post has it working - https://my-bigdata-blog.blogspot.in/2017/08/Hbase-Programming-Java-Netbeans-Maven.html
You need below line in code along with setting Hadoop_classpath.
TableMapReduceUtil.addDependencyJars(job);