mrutkows commented on issue #146: Get rid of Maven, since it is useless URL: https://github.com/apache/incubator-openwhisk-release/pull/146#issuecomment-388133853 This solved "apt-get" fetch error (somehow travis/ubuntu image was using an old dependency list): ``` Failed to fetch http://us-central1.gce.archive.ubuntu.com/ubuntu/pool/main/t/tomcat7/libservlet3.0-java_7.0.52-1ubuntu0.11_all.deb 404 Not Found [IP: 35.184.213.5 80] ``` the supported version was v13 (and correctly listed under Ubuntu Trusty support page for apt-get. By removing Maven, we remove the downstream dependence on this Java servlet lib.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
