camel-aws won't build offline ----------------------------- Key: CAMEL-4287 URL: https://issues.apache.org/jira/browse/CAMEL-4287 Project: Camel Issue Type: Bug Affects Versions: 2.8.0 Reporter: Jonathan Anstey Fix For: 2.9.0
If you build camel-aws in Maven's offline mode (-o), you may get the following error: No versions available for org.codehaus.jackson:jackson-core-asl:jar:[1.4,) within specified range This will occur even if you have the libs locally. This is happening because Maven cannot download the remote metadata to get a list of versions for jackson-core-asl. Specifying a hard version for this (not a range) gets around the issue. Committing a fix shortly. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira