Could not find artifact net.java.dev.jna:jna:pom:5.12.0-SNAPSHOT in snapshots (https://nexus.inductiveautomation.com/repository/inductiveautomation-snapshots)

When I compile one module I have the following error:

Could not find artifact net.java.dev.jna:jna:pom:5.12.0-SNAPSHOT in snapshots (https://nexus.inductiveautomation.com/repository/inductiveautomation-snapshots)

The module can be packaged without issue.

Isn't this just Maven telling you that it can't find that dependency in the IA snapshot repo?

(wouldn't expect it to be found, either)

strange, my pom include 5.10.0, not 5.12.0

                <dependency>
                   <groupId>net.java.dev.jna</groupId>
                   <artifactId>jna</artifactId>
                   <version>5.10.0</version>
               </dependency>

               <dependency>
                   <groupId>net.java.dev.jna</groupId>
                   <artifactId>jna-platform</artifactId>
                   <version>5.10.0</version>
               </dependency>