As shown in the screenshot there is a dependency of the dl4j-0.4-examples project that is unable to be loaded by intellij.
Unable to get dependency information: Unable to read the metadata file for artifact 'com.github.jai-imageio-core.jar': Invalid JDK version in profile "java8-and-higher': Unbounded range [1.8
A similar problem resolved in this question
https://github.com/google/gson/issues/596
as quick fix open the pom file at your local repository and add ')' and should looks like
91 [1.8,)
save and execute again
But in this case there is no jdk
tag: so that approach can not be used.
Has anyone found a workaround to load this project into intellij?