From 84fcf2fa68cc857fe4f86b8874e43ba8bef61e2a Mon Sep 17 00:00:00 2001 From: wenc000 <450292408@qq.com> Date: Mon, 29 Jun 2020 23:26:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cloud-common-freemarker.iml | 175 ------------------ .../plugin/manager/SensitiveWordsManager.java | 1 - cloud-common-plugin/pom.xml | 1 - cloud-common/pom.xml | 22 --- .../annotation/CheckNumberAnnotation.java | 2 - 5 files changed, 201 deletions(-) delete mode 100644 cloud-common-freemarker/cloud-common-freemarker.iml diff --git a/cloud-common-freemarker/cloud-common-freemarker.iml b/cloud-common-freemarker/cloud-common-freemarker.iml deleted file mode 100644 index 99ac867..0000000 --- a/cloud-common-freemarker/cloud-common-freemarker.iml +++ /dev/null @@ -1,175 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/cloud-common-plugin-sensitive/src/main/java/com/cm/plugin/manager/SensitiveWordsManager.java b/cloud-common-plugin-sensitive/src/main/java/com/cm/plugin/manager/SensitiveWordsManager.java index 248434a..27c3317 100644 --- a/cloud-common-plugin-sensitive/src/main/java/com/cm/plugin/manager/SensitiveWordsManager.java +++ b/cloud-common-plugin-sensitive/src/main/java/com/cm/plugin/manager/SensitiveWordsManager.java @@ -1,6 +1,5 @@ package com.cm.plugin.manager; -import com.hazelcast.util.StringUtil; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; diff --git a/cloud-common-plugin/pom.xml b/cloud-common-plugin/pom.xml index cc27400..a06d6a2 100644 --- a/cloud-common-plugin/pom.xml +++ b/cloud-common-plugin/pom.xml @@ -22,7 +22,6 @@ it.sauronsoftware jave - 1.0.2 diff --git a/cloud-common/pom.xml b/cloud-common/pom.xml index dab292b..75e471c 100644 --- a/cloud-common/pom.xml +++ b/cloud-common/pom.xml @@ -100,28 +100,6 @@ org.apache.shiro shiro-core - - org.apache.shiro - shiro-web - - - org.apache.shiro - shiro-spring - - - org.apache.shiro - shiro-ehcache - - - org.apache.shiro - shiro-all - - - org.apache.shiro - shiro-quartz - - - diff --git a/cloud-common/src/main/java/com/cm/common/annotation/CheckNumberAnnotation.java b/cloud-common/src/main/java/com/cm/common/annotation/CheckNumberAnnotation.java index 37e96cf..f3c4988 100644 --- a/cloud-common/src/main/java/com/cm/common/annotation/CheckNumberAnnotation.java +++ b/cloud-common/src/main/java/com/cm/common/annotation/CheckNumberAnnotation.java @@ -1,7 +1,5 @@ package com.cm.common.annotation; -import com.google.inject.internal.cglib.core.$DefaultGeneratorStrategy; - import java.lang.annotation.*; /**