PhotonVision / photonvision

PhotonVision is the free, fast, and easy-to-use computer vision solution for the FIRST Robotics Competition.
https://photonvision.org
GNU General Public License v3.0
262 stars 166 forks source link

Disable transitive dependency resolution for known bad deps #1329

Closed mcm001 closed 1 month ago

mcm001 commented 1 month ago

This prevents things like rknn-jni asking for 2024.3.2+, and resolving to the latest dev release.

mcm001 commented 1 month ago

We should also do smth like this: https://github.com/wpilibsuite/native-utils/blob/main/src/main/java/edu/wpi/first/nativeutils/vendordeps/WPIJavaVendorDepsExtension.java#L47