You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/06/13 06:07:13 UTC

[GitHub] [zeppelin] prabhjyotsingh opened a new pull request #3381: [ZEPPELIN-4192] Travis CI fails for dependency download

prabhjyotsingh opened a new pull request #3381: [ZEPPELIN-4192] Travis CI fails for dependency download
URL: https://github.com/apache/zeppelin/pull/3381
 
 
   ### What is this PR for?
   Travis CI is failing with "DependencyResolverTest.testLoad:92 » Repository Cannot fetch dependencies for ..."
   
   This is to temporarily disable that test until http://oss.sonatype.org/content/repositories/agimatec-releases/com/agimatec/agimatec-validation/0.9.3/agimatec-validation-0.9.3.jar is back online.
   
   Another way to check if the above repo is up/down is the command below
   ```
   mvn dependency:get -DgroupId=com.agimatec -DartifactId=agimatec-validation  -Dversion=0.9.3 -DrepoUrl=http://oss.sonatype.org/content/repositories/agimatec-releases/
   ```
   
   ### What type of PR is it?
   [Hot Fix]
   
   ### What is the Jira issue?
   * [ZEPPELIN-4192](https://issues.apache.org/jira/browse/ZEPPELIN-4192)
   
   ### How should this be tested?
   * CI should be green
   
   ### Questions:
   * Does the licenses files need update? N/A
   * Is there breaking changes for older versions? N/A
   * Does this needs documentation? N/A
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services