The root pom.xml has all jdbc driver's version, just like :
<postgresql.version>42.1.4</postgresql.version> <hive.jdbc.version>2.1.0</hive.jdbc.version> <clickhouse.jdbc.version>0.1.52</clickhouse.jdbc.version> <mssql.jdbc.version>6.1.0.jre8</mssql.jdbc.version> But our product environment's hive version is too low ,which is 1.1.0 That will cause version conflicts,Is there a way to solve it ?
