File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
openam-core/src/main/java/com/iplanet/am/util Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1313 * information: "Portions copyright [year] [name of copyright owner]".
1414 *
1515 * Copyright 2011-2016 ForgeRock AS.
16- * Portions copyright 2023 3A Systems LLC
16+ * Portions copyright 2017- 2023 3A Systems LLC
1717 *
1818-->
1919<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
135135 <include >org.openidentityplatform.commons.i18n-framework:core</include >
136136 <include >org.openidentityplatform.commons.i18n-framework:slf4j</include >
137137 <include >org.openidentityplatform.commons:util</include >
138- <include >com.google.guava:guava:jar: </include >
138+ <include >com.google.guava:* </include >
139139 <include >org.openidentityplatform.commons.http-framework:core</include >
140140 <include >com.fasterxml.jackson.core:jackson-databind</include >
141141 <include >com.fasterxml.jackson.core:jackson-core</include >
Original file line number Diff line number Diff line change 2323 * "Portions Copyrighted [year] [name of copyright owner]"
2424 *
2525 * Portions Copyrighted 2010-2016 ForgeRock AS.
26+ * Portions Copyrighted 2017-2025 3A Systems, LLC
2627 */
2728package com .iplanet .am .util ;
2829
4849import java .util .concurrent .atomic .AtomicReference ;
4950
5051import javax .annotation .Nullable ;
51- import javax .xml .rpc .holders .StringHolder ;
5252
5353import com .google .common .base .Predicate ;
5454import com .google .common .cache .Cache ;
@@ -794,4 +794,11 @@ PropertiesHolder putAll(Properties newProperties) {
794794 return new PropertiesHolder (Maps .fromProperties (newProperties ));
795795 }
796796 }
797+
798+ private static class StringHolder {
799+ public String value =null ;
800+ public StringHolder (String property ) {
801+ this .value =property ;
802+ }
803+ }
797804}
You can’t perform that action at this time.
0 commit comments