Looks like this commit is causing some problems (on Jenkins at least): [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.4.0:wget (download-public-suffix-list) on project cxf-rt-transports-http: Execution download-public-suffix-list of goal com.googlecode.maven-download-plugin:download-maven-plugin:1.4.0:wget failed: java.lang.ClassNotFoundException: com.googlecode.download.maven.plugin.internal.CachedFileEntry -> [Help 1]
Colm. ---------- Forwarded message ---------- From: <[email protected]> Date: Tue, Apr 24, 2018 at 2:04 PM Subject: [cxf] branch master updated: update download-maven-plugin to latest version To: "[email protected]" <[email protected]> This is an automated email from the ASF dual-hosted git repository. deki pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/master by this push: new 5bfff0a update download-maven-plugin to latest version 5bfff0a is described below commit 5bfff0a49749c5b7308fb918ea732ca366e4de05 Author: Dennis Kieselhorst <[email protected]> AuthorDate: Tue Apr 24 15:04:03 2018 +0200 update download-maven-plugin to latest version --- rt/transports/http/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/transports/http/pom.xml b/rt/transports/http/pom.xml index 0a1feb5..517b3dd 100644 --- a/rt/transports/http/pom.xml +++ b/rt/transports/http/pom.xml @@ -215,7 +215,7 @@ <plugin> <groupId>com.googlecode.maven-download-plugin</groupId> <artifactId>download-maven-plugin</artifactId> - <version>1.3.0</version> + <version>1.4.0</version> <executions> <execution> <id>download-public-suffix-list</id> -- To stop receiving notification emails like this one, please contact [email protected]. -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
