1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

remove all apache.commons

This commit is contained in:
theonefx
2021-01-19 10:27:12 +08:00
parent a758b45661
commit 75a5985c3e
3 changed files with 65 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ import com.alibaba.csp.sentinel.slots.block.RuleConstant;
import com.alibaba.csp.sentinel.slots.block.flow.FlowRule;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.dataformat.xml.XmlMapper;
import org.apache.commons.io.FileUtils;
import com.alibaba.cloud.commons.FileUtils;
import org.junit.Test;
import org.springframework.util.ResourceUtils;