remove obsolete permissions grant

Project: http://git-wip-us.apache.org/repos/asf/bval/repo
Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/fc214013
Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/fc214013
Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/fc214013

Branch: refs/heads/bv2
Commit: fc21401306559be2fda09306a67d4a8cd96b654c
Parents: 8e34bd5
Author: Matt Benson <[email protected]>
Authored: Tue May 1 10:51:48 2018 -0500
Committer: Matt Benson <[email protected]>
Committed: Tue May 1 10:51:48 2018 -0500

----------------------------------------------------------------------
 bval-jsr/src/test/resources/java.policy | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/fc214013/bval-jsr/src/test/resources/java.policy
----------------------------------------------------------------------
diff --git a/bval-jsr/src/test/resources/java.policy 
b/bval-jsr/src/test/resources/java.policy
index 09663d5..ceef82f 100644
--- a/bval-jsr/src/test/resources/java.policy
+++ b/bval-jsr/src/test/resources/java.policy
@@ -49,12 +49,6 @@ grant codeBase 
"file://${user.home}/.m2/repository/org/objenesis/-"
   permission java.security.AllPermission;
 };
 
-// surefire booter;
-grant codeBase "file://${project.build.directory}/surefire/-"
-{
-  permission java.security.AllPermission;
-};
-
 // jaxb impl
 grant codeBase 
"file://${user.home}/.m2/repository/com/sun/xml/bind/jaxb-impl/-"
 {

Reply via email to