MacOS点击数据源-数据源表提示:数据源无效,需要引入jts-core的依赖,巨坑!太难拍查了

一、Dataease 2.10.6版本,core-backend的pom.xml需要引入以下jar,否则macos点击数据源-数据源表提示:数据源无效

org.locationtech.jts
jts-core
1.19.0

二、同时core-backend的pom.xml需要引入以下jar,否则报缺失类

com.googlecode.json-simple
json-simple
1.1.1


org.apache.calcite.avatica
avatica-core
1.23.0


org.apache.calcite
calcite-linq4j
1.35.0

三、同时注意<calcite-core.version>1.35.18</calcite-core.version>需要从这个地址下载: