参考:
1、https://www.cnblogs.com/hit-zb/p/10933715.html
2、https://www.cnblogs.com/wuyouwei/p/10974223.html
上面两个参考结合能解决问题;
其中
缺少eigenbase:eigenbase-properties:jar:1.1.4
从https://github.com/julianhyde/eigenbase-properties下载源码编译
cd eigenbase-properties
mvn clean install
cd target
cp eigenbase-properties-1.1.6-SNAPSHOT.jar {your_repo_path}/
mvn install:install-file -DgroupId=eigenbase -DartifactId=eigenbase-properties -Dversion=1.1.4 -Dpackaging=jar -Dfile={your_repo_path}/eigenbase-properties-1.1.6-SNAPSHOT.jar