Repository: bval Updated Branches: refs/heads/bv2 cbdd0438c -> fc2140130
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/8e34bd5d Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/8e34bd5d Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/8e34bd5d Branch: refs/heads/bv2 Commit: 8e34bd5d81b719ece0908627c8b506bf46f32346 Parents: cbdd043 Author: Matt Benson <[email protected]> Authored: Tue May 1 10:51:26 2018 -0500 Committer: Matt Benson <[email protected]> Committed: Tue May 1 10:51:26 2018 -0500 ---------------------------------------------------------------------- pom.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bval/blob/8e34bd5d/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>
