mirror of
https://gitee.com/wkeyuan/DWSurvey.git
synced 2024-12-02 03:58:23 +08:00
添加com.sun.xml.security依赖声明;删除无用的import com.sun.image.codec.jpeg
This commit is contained in:
parent
0cc50efbaa
commit
2da6ff69a2
6
pom.xml
6
pom.xml
@ -15,6 +15,12 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- https://mvnrepository.com/artifact/com.sun.xml.security/xml-security-impl -->
|
||||
<dependency>
|
||||
<groupId>com.sun.xml.security</groupId>
|
||||
<artifactId>xml-security-impl</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
|
||||
|
@ -24,7 +24,6 @@ import com.octo.captcha.component.word.wordgenerator.ComposeDictionaryWordGenera
|
||||
import com.octo.captcha.component.word.wordgenerator.WordGenerator;
|
||||
import com.octo.captcha.engine.image.ListImageCaptchaEngine;
|
||||
import com.octo.captcha.image.gimpy.GimpyFactory;
|
||||
import com.sun.image.codec.jpeg.ImageFormatException;
|
||||
|
||||
public class CaptchaEngineEx extends ListImageCaptchaEngine {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user