Remove the vendor. It doesn't fix the build and it is better to be without it.
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/2e447eef Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/2e447eef Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/2e447eef Branch: refs/heads/WICKET-6563 Commit: 2e447eef65133f5ecef9bc35836c14fca4e6ff68 Parents: dd2df9a Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Sep 26 17:09:17 2018 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Sep 26 17:09:17 2018 +0300 ---------------------------------------------------------------------- pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/2e447eef/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index fc59134..e205efe 100644 --- a/pom.xml +++ b/pom.xml @@ -1015,7 +1015,6 @@ <toolchains> <jdk> <version>${maven.compiler.source}</version> - <vendor>oracle</vendor> </jdk> </toolchains> </configuration>
