Hi all, ok … so it seems StackOverflow’s my friend. Seems adding a classifier of “core” to the dependency gets me an unshaded version.
Chris Von: Christofer Dutz <christofer.d...@c-ware.de> Datum: Dienstag, 19. September 2023 um 09:19 An: dev@hive.apache.org <dev@hive.apache.org> Betreff: Alternatives to dependency on hive-exec? Hi all, I’m currently trying to manage all dependencies in the Apache IoTDB project. Here for the hive integration, a dependency is used to hive-exec. Unfortunately, this simply seems to be a big fat jar of all sorts of dependencies, that we also use separately. This results in all sorts of dependencies being available twice and I would love to eliminate this. Do you have any suggestions to how I could work without the hive-exec dependency? I have no problem with adding 10 dependencies instead. However, I spotted some shaded classes in org.apache.hive … are these available outside the hive-exec dependency? Chris