Commit 6544f82c authored by hongguangwu's avatar hongguangwu

Merge branch 'develop'

parents bc04f32e d11d7495
......@@ -21,6 +21,17 @@
<dependency>
<groupId>com.yifu.cloud.plus.v1</groupId>
<artifactId>yifu-common-core</artifactId>
<exclusions>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</exclusion>
<exclusion>
<groupId>cn.hutool</groupId>
<artifactId>hutool-crypto</artifactId>
</exclusion>
<!-- 排除所有可能的 hutool 模块 -->
</exclusions>
</dependency>
<!--swagger 注解-->
<dependency>
......@@ -90,11 +101,15 @@
<version>1.2.0</version>
</dependency>
<!-- 交行jar引入 -->
<dependency>
<!--<dependency>
<groupId>com.ipct.safety</groupId>
<artifactId>ipct_safety</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.5.8</version>
</dependency>-->
</dependencies>
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment