WW-4915 Replace deprecated commons-lang3 classes (add commons-text dependency, replace StringEscapeUtils)

This commit is contained in:
Aleksandr Mashchenko
2018-02-05 21:15:17 +02:00
parent eed364fe28
commit 478945a0bd
18 changed files with 32 additions and 14 deletions
@@ -21,7 +21,7 @@ package org.apache.struts2.config_browser;
import com.opensymphony.xwork2.ActionSupport;
import com.opensymphony.xwork2.config.entities.ActionConfig;
import com.opensymphony.xwork2.inject.Inject;
import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.commons.text.StringEscapeUtils;
import org.apache.struts2.StrutsConstants;
import java.util.Set;
@@ -24,7 +24,7 @@ import com.opensymphony.xwork2.inject.Inject;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;
import com.opensymphony.xwork2.util.reflection.ReflectionProvider;
import org.apache.commons.lang3.StringEscapeUtils;
import org.apache.commons.text.StringEscapeUtils;
import java.beans.PropertyDescriptor;
import java.util.Set;