File tree Expand file tree Collapse file tree
dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 <guava .version>31.1-jre</guava .version>
7171 <postgresql .version>42.4.1</postgresql .version>
7272 <hive-jdbc .version>2.3.9</hive-jdbc .version>
73- <hive-exec .version>2.3.9</hive-exec .version>
7473 <kyuubi-jdbc .version>1.7.0</kyuubi-jdbc .version>
7574 <commons-io .version>2.19.0</commons-io .version>
7675 <oshi-core .version>6.1.1</oshi-core .version>
568567 </exclusion >
569568 </exclusions >
570569 </dependency >
571- <dependency >
572- <groupId >org.apache.hive</groupId >
573- <artifactId >hive-exec</artifactId >
574- <version >${hive-exec.version} </version >
575- </dependency >
576570 <dependency >
577571 <groupId >org.apache.kyuubi</groupId >
578572 <artifactId >kyuubi-hive-jdbc-shaded</artifactId >
Original file line number Diff line number Diff line change 327327 </exclusion >
328328 </exclusions >
329329 </dependency >
330-
331- <dependency >
332- <groupId >org.apache.hive</groupId >
333- <artifactId >hive-exec</artifactId >
334- </dependency >
335330 </dependencies >
336331
337332 <build >
You can’t perform that action at this time.
0 commit comments