Hi, I'm getting a failed build based on a missing dependency related to basex-api: Could not resolve dependencies for project edu.utah.further.core:core-qunit:bundle:1.4.0-SNAPSHOT: Failure to find com.ettrema:milton-api:jar:1.8.1.4 in https://nexus.chpc.utah.edu/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of nexus has elapsed or updates are forced -> [Help 1] I noticed that no explicit version is declared for the POM for basex-api which means that Maven will resolve the latest version. Shouldn't there be explicit versions? <dependency> <groupId>com.ettrema</groupId> <artifactId>milton-api</artifactId> </dependency> I can exclude and include 1.7 for now to resolve it but for the future. . . Thanks, Dustin