mirror of https://github.com/jeecgboot/jeecg-boot
上传图片报错 #2090 cn.hutool.core.lang.Singleton.get(Ljava/lang/String;Lcn/hutool/core/lang/func/Func0;)Ljava/lang/Object;
parent
9a3f872d63
commit
693d86cf00
|
@ -251,6 +251,16 @@
|
|||
<groupId>com.xkcoding.justauth</groupId>
|
||||
<artifactId>justauth-spring-boot-starter</artifactId>
|
||||
<version>${justauth-spring-boot-starter.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>hutool-core</artifactId>
|
||||
<groupId>cn.hutool</groupId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<groupId>com.alibaba</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<codegenerate.version>1.2.5</codegenerate.version>
|
||||
<autopoi-web.version>1.2.2</autopoi-web.version>
|
||||
<minio.version>4.0.0</minio.version>
|
||||
<justauth-spring-boot-starter.version>1.3.2</justauth-spring-boot-starter.version>
|
||||
<justauth-spring-boot-starter.version>1.3.4</justauth-spring-boot-starter.version>
|
||||
<dom4j.version>1.6.1</dom4j.version>
|
||||
<qiniu-java-sdk.version>7.2.23</qiniu-java-sdk.version>
|
||||
<pinyin4j.version>2.5.1</pinyin4j.version>
|
||||
|
|
Loading…
Reference in New Issue