Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb2f55b

Browse files
committed
Merge pull request zhangkaitao#58 from gyk001/master
fixed zhangkaitao#56 添加jcaptcha-api的maven依赖
2 parents f0655c7 + 356cb1c commit fb2f55b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

parent/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,11 @@
653653
</dependency>
654654

655655
<!-- jcaptcha 验证码 -->
656+
<dependency>
657+
<groupId>com.octo.captcha</groupId>
658+
<artifactId>jcaptcha-api</artifactId>
659+
<version>${jcaptcha.version}</version>
660+
</dependency>
656661
<dependency>
657662
<groupId>com.octo.captcha</groupId>
658663
<artifactId>jcaptcha</artifactId>

web/src/main/java/com/sishuok/es/maintain/task/service/DynamicTaskService.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
package com.sishuok.es.maintain.task.service;
77

88
import com.sishuok.es.common.service.BaseService;
9-
import com.sishuok.es.maintain.icon.entity.Icon;
109
import com.sishuok.es.maintain.task.entity.DynamicTask;
11-
import com.sishuok.es.maintain.task.repository.IconRepository;
1210
import org.springframework.stereotype.Service;
1311

1412
/**

0 commit comments

Comments
 (0)