apache / openwhisk-runtime-java

Apache OpenWhisk Runtime Java supports Apache OpenWhisk functions written in Java and other JVM-hosted languages
https://openwhisk.apache.org/
Apache License 2.0
46 stars 63 forks source link

Travis build failure openwhisk-admin-tools dependency not found #60

Closed mpmunasinghe closed 6 years ago

mpmunasinghe commented 6 years ago

Environment details:

Steps to reproduce the issue:

  1. Trigger Travis-ci build for the runtime

Provide the expected results and outputs:

Build should pass successfully.

Provide the actual results and outputs:

FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ':tests:testCompileClasspath'.
> Could not find org.apache.openwhisk:openwhisk-admin-tools:1.0.0-SNAPSHOT.
  Searched in the following locations:
      https://repo.maven.apache.org/maven2/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/maven-metadata.xml
      https://repo.maven.apache.org/maven2/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.pom
      https://repo.maven.apache.org/maven2/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.jar
      file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/maven-metadata.xml
      file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.pom
      file:/home/travis/.m2/repository/org/apache/openwhisk/openwhisk-admin-tools/1.0.0-SNAPSHOT/openwhisk-admin-tools-1.0.0-SNAPSHOT.jar
  Required by:
      project :tests > org.apache.openwhisk:openwhisk-tests:1.0.0-SNAPSHOT

Additional information you deem important:

rabbah commented 6 years ago

Closed by https://github.com/apache/incubator-openwhisk-runtime-java/commit/bbc9ad9187bffb56b9094f54c817ca9c7e46c58e.