Amit Jain created OAK-2827:
------------------------------
Summary: [oak-blob-cloud] Test Failures: Add joda-time dependency
explicitly with definite version range
Key: OAK-2827
URL: https://issues.apache.org/jira/browse/OAK-2827
Project: Jackrabbit Oak
Issue Type: Bug
Components: blob
Reporter: Amit Jain
Assignee: Amit Jain
AWS sdk jar - com.amazonaws:aws-java-sdk-core has an open range dependency on
joda-time [2.2,) which causes the build to fail.
{noformat}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-remote-resources-plugin:1.4:process (default) on
project oak-blob-cloud: Failed to resolve dependencies for one or more projects
in the reactor. Reason: No versions are present in the repository for the
artifact with a range [2.2,)
[ERROR] joda-time:joda-time:jar:null
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] Nexus (http://repository.apache.org/snapshots, releases=false,
snapshots=true),
[ERROR] central (http://repo.maven.apache.org/maven2, releases=true,
snapshots=false)
[ERROR] Path to dependency:
[ERROR] 1) org.apache.jackrabbit:oak-blob-cloud:bundle:1.4-SNAPSHOT
[ERROR] 2) com.amazonaws:aws-java-sdk:jar:1.9.11
[ERROR] 3) com.amazonaws:aws-java-sdk-support:jar:1.9.11
[ERROR] 4) com.amazonaws:aws-java-sdk-core:jar:1.9.11
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :oak-blob-cloud
Build step 'Invoke top-level Maven targets' marked build as failure
[FINDBUGS] Skipping publisher since build result is FAILURE
Recording test results
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)