restore, upgrade weaver/privilizer
Project: http://git-wip-us.apache.org/repos/asf/bval/repo Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/6a03e995 Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/6a03e995 Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/6a03e995 Branch: refs/heads/bv2 Commit: 6a03e995f1f6090ae5d32aec880c9d7247489f83 Parents: 48ee075 Author: Matt Benson <[email protected]> Authored: Tue May 1 10:51:26 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Tue Oct 16 12:28:20 2018 -0500 ---------------------------------------------------------------------- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/6a03e995/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f5a2427..9a41c0d 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,8 @@ <properties> <site.deploy.url>sftp://people.apache.org/home/${user.name}/public_html/bval/${project.version}/staging-site</site.deploy.url> - <commons.weaver.version>1.3</commons.weaver.version> -<!-- temporarily disable privilizer due to Java 8 incompatibility --> -<!-- <privilizer.policy>DYNAMIC</privilizer.policy> --> - <privilizer.policy>NEVER</privilizer.policy> + <commons.weaver.version>1.4-SNAPSHOT</commons.weaver.version> + <privilizer.policy>DYNAMIC</privilizer.policy> </properties> <inceptionYear>2010</inceptionYear>
