Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit c7dc499

Browse files
shamohGerrit Code Review
authored andcommitted
Merge "JERSEY-2781: Locale-dependent test fails in org.glassfish.jersey.message.internal.QualityTest.testEnhanceWithQualityParameter"
2 parents de092f8 + 6538895 commit c7dc499

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core-common/src/test/resources/surefire.policy

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
33
*
4-
* Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
4+
* Copyright (c) 2014-2015 Oracle and/or its affiliates. All rights reserved.
55
*
66
* The contents of this file are subject to the terms of either the GNU
77
* General Public License Version 2 only ("GPL") or the Common Development
@@ -52,6 +52,7 @@ grant codebase "file:${settings.localRepository}/-" {
5252
grant codebase "file:${project.build.directory}/test-classes/-" {
5353
permission java.lang.reflect.ReflectPermission "suppressAccessChecks";
5454
permission java.lang.RuntimePermission "modifyThread";
55+
permission java.util.PropertyPermission "*", "write";
5556
};
5657

5758
grant codebase "file:${project.build.directory}/classes/-" {

0 commit comments

Comments
 (0)