Przeglądaj źródła

删除依赖冲突

king 4 lat temu
rodzic
commit
cb47b611dc

+ 0 - 1
boman-common/boman-common-core/pom.xml

@@ -34,7 +34,6 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
     	</dependency>
-
         <!-- Apache Commons Pool2 -->
         <dependency>
             <groupId>org.apache.commons</groupId>

+ 1 - 0
boman-common/boman-common-core/src/main/java/com/boman/common/core/utils/SecurityUtils.java

@@ -1,6 +1,7 @@
 package com.boman.common.core.utils;
 
 import javax.servlet.http.HttpServletRequest;
+
 import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
 import com.boman.common.core.constant.CacheConstants;
 import com.boman.common.core.text.Convert;