Commit c26b063807cfdce44f393b136d2adf0b8aab2e53
1 parent
be477e48
上传图片报错 #2090 cn.hutool.core.lang.Singleton.get(Ljava/lang/String;Lcn/hutool/cor…
…e/lang/func/Func0;)Ljava/lang/Object;
Showing
2 changed files
with
11 additions
and
1 deletions
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/pom.xml
... | ... | @@ -251,6 +251,16 @@ |
251 | 251 | <groupId>com.xkcoding.justauth</groupId> |
252 | 252 | <artifactId>justauth-spring-boot-starter</artifactId> |
253 | 253 | <version>${justauth-spring-boot-starter.version}</version> |
254 | + <exclusions> | |
255 | + <exclusion> | |
256 | + <artifactId>hutool-core</artifactId> | |
257 | + <groupId>cn.hutool</groupId> | |
258 | + </exclusion> | |
259 | + <exclusion> | |
260 | + <artifactId>fastjson</artifactId> | |
261 | + <groupId>com.alibaba</groupId> | |
262 | + </exclusion> | |
263 | + </exclusions> | |
254 | 264 | </dependency> |
255 | 265 | </dependencies> |
256 | 266 | |
... | ... |
jeecg-boot/pom.xml
... | ... | @@ -42,7 +42,7 @@ |
42 | 42 | <codegenerate.version>1.2.5</codegenerate.version> |
43 | 43 | <autopoi-web.version>1.2.2</autopoi-web.version> |
44 | 44 | <minio.version>4.0.0</minio.version> |
45 | - <justauth-spring-boot-starter.version>1.3.2</justauth-spring-boot-starter.version> | |
45 | + <justauth-spring-boot-starter.version>1.3.4</justauth-spring-boot-starter.version> | |
46 | 46 | <dom4j.version>1.6.1</dom4j.version> |
47 | 47 | <qiniu-java-sdk.version>7.2.23</qiniu-java-sdk.version> |
48 | 48 | <pinyin4j.version>2.5.1</pinyin4j.version> |
... | ... |