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
On Fr, 2013-10-11 at 03:22 +0000, Dustin Schultz wrote:
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]
The BaseX WebDAV interface requires milton-api 1.8.1.4 and your mirror does not have it (it has only 1.7.2). You can try adding the milton maven repository [1] to your mirror and synchronize it.
I noticed that no explicit version is declared for the POM for basex-api
Dependency versions are now defined in the parent POM.
Regards, Dimitar
Hi Dimitar, oops, didn't catch the version in the parent pom! Doh! Stupid mistake. Thanks!
D
On 10/11/13 7:52 AM, "Dimitar Popov" dp@basex.org wrote:
On Fr, 2013-10-11 at 03:22 +0000, Dustin Schultz wrote:
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]
The BaseX WebDAV interface requires milton-api 1.8.1.4 and your mirror does not have it (it has only 1.7.2). You can try adding the milton maven repository [1] to your mirror and synchronize it.
I noticed that no explicit version is declared for the POM for basex-api
Dependency versions are now defined in the parent POM.
Regards, Dimitar
BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk
basex-talk@mailman.uni-konstanz.de