File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
core/src/main/resources/org/elasticsearch/bootstrap Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ jna = 4.4.0
1313
1414# test dependencies
1515randomizedrunner = 2.5.0
16- junit = 4.11
16+ junit = 4.12
1717httpclient = 4.5.2
1818httpcore = 4.4.5
1919commonslogging = 1.1.3
Original file line number Diff line number Diff line change @@ -53,12 +53,7 @@ grant codeBase "${codebase.randomizedtesting-runner-2.5.0.jar}" {
5353 permission java.lang.RuntimePermission "accessDeclaredMembers";
5454};
5555
56- grant codeBase "${codebase.junit4-ant-2.3.2.jar}" {
57- // needed for stream redirection
58- permission java.lang.RuntimePermission "setIO";
59- };
60-
61- grant codeBase "${codebase.junit-4.11.jar}" {
56+ grant codeBase "${codebase.junit-4.12.jar}" {
6257 // needed for TestClass creation
6358 permission java.lang.RuntimePermission "accessDeclaredMembers";
6459};
You can’t perform that action at this time.
0 commit comments