1
0
mirror of synced 2026-02-25 11:17:48 +08:00

update code

This commit is contained in:
synchronized
2018-07-25 20:52:29 +08:00
parent 113433fe78
commit a4e61fd633
10 changed files with 32 additions and 68 deletions

12
pom.xml
View File

@@ -4,6 +4,18 @@
<groupId>EasyCaptcha</groupId>
<artifactId>EasyCaptcha</artifactId>
<version>1.1.0-RELEASE</version>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>6</source>
<target>6</target>
</configuration>
</plugin>
</plugins>
</build>
<name>EasyCaptcha</name>
<dependencies>