參考:
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