tensorflow / java

Java bindings for TensorFlow
Apache License 2.0
785 stars 193 forks source link

Native artifacts are pulling transitive dependencies #530

Open karllessard opened 3 months ago

karllessard commented 3 months ago

Minor issue, but ideally the native artifacts (JAR) should be pulling in any dependencies into the project, only the non-native JAR (i.e. with a classifier) should do.

image (9)