mirror of
https://gitee.com/liweiyi/ChestnutCMS.git
synced 2025-12-06 16:38:24 +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-security</module>
|
||||||
<module>chestnut-common-log</module>
|
<module>chestnut-common-log</module>
|
||||||
<module>chestnut-common-extend</module>
|
<module>chestnut-common-extend</module>
|
||||||
|
<module>chestnut-common-captcha</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
|||||||
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.chestnut</groupId>
|
<groupId>com.chestnut</groupId>
|
||||||
<artifactId>chestnut-captcha</artifactId>
|
<artifactId>chestnut-common-captcha</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
7
pom.xml
7
pom.xml
@ -365,13 +365,6 @@
|
|||||||
<version>${chestnut.version}</version>
|
<version>${chestnut.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- 验证码扩展模块 -->
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.chestnut</groupId>
|
|
||||||
<artifactId>chestnut-captcha</artifactId>
|
|
||||||
<version>${chestnut.version}</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
<!-- 系统模块 -->
|
<!-- 系统模块 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.chestnut</groupId>
|
<groupId>com.chestnut</groupId>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user