mirror of
https://gitee.com/liweiyi/ChestnutCMS.git
synced 2025-12-06 08:28:23 +08:00
Compare commits
2 Commits
eeb7d951ab
...
425da53ad6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
425da53ad6 | ||
|
|
de3d2d36ea |
@ -21,6 +21,7 @@
|
||||
<module>chestnut-common-security</module>
|
||||
<module>chestnut-common-log</module>
|
||||
<module>chestnut-common-extend</module>
|
||||
<module>chestnut-common-captcha</module>
|
||||
</modules>
|
||||
|
||||
<dependencyManagement>
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
<dependency>
|
||||
<groupId>com.chestnut</groupId>
|
||||
<artifactId>chestnut-captcha</artifactId>
|
||||
<artifactId>chestnut-common-captcha</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
7
pom.xml
7
pom.xml
@ -365,13 +365,6 @@
|
||||
<version>${chestnut.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 验证码扩展模块 -->
|
||||
<dependency>
|
||||
<groupId>com.chestnut</groupId>
|
||||
<artifactId>chestnut-captcha</artifactId>
|
||||
<version>${chestnut.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 系统模块 -->
|
||||
<dependency>
|
||||
<groupId>com.chestnut</groupId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user