提交 6e451199 编写于 作者: Z zhourui

captcha 改为 easy-captcha

上级 11e4474c
...@@ -362,6 +362,10 @@ ...@@ -362,6 +362,10 @@
<groupId>org.jsr107.ri</groupId> <groupId>org.jsr107.ri</groupId>
<artifactId>cache-ri-impl</artifactId> <artifactId>cache-ri-impl</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>
...@@ -406,7 +410,8 @@ ...@@ -406,7 +410,8 @@
</compilerArgs> </compilerArgs>
</configuration> </configuration>
</plugin> </plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin> <plugin>
<groupId>org.eclipse.m2e</groupId> <groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId> <artifactId>lifecycle-mapping</artifactId>
...@@ -845,7 +850,7 @@ ...@@ -845,7 +850,7 @@
<artifactId>javapoet</artifactId> <artifactId>javapoet</artifactId>
<version>1.11.1</version> <version>1.11.1</version>
</dependency> </dependency>
<!--dependency> <groupId>javax.visrec</groupId> <artifactId>visrec-api</artifactId> <!--dependency> <groupId>javax.visrec</groupId> <artifactId>visrec-api</artifactId>
<version>20200316</version> </dependency --> <version>20200316</version> </dependency -->
<dependency> <dependency>
<groupId>com.github.neuroph</groupId> <groupId>com.github.neuroph</groupId>
...@@ -882,7 +887,7 @@ ...@@ -882,7 +887,7 @@
<artifactId>simplecaptcha</artifactId> <artifactId>simplecaptcha</artifactId>
<version>1.2.1</version> <version>1.2.1</version>
</dependency> </dependency>
<!-- dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId> <!-- dependency> <groupId>cglib</groupId> <artifactId>cglib</artifactId>
<version>3.2.0</version> </dependency --> <version>3.2.0</version> </dependency -->
<dependency> <dependency>
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
...@@ -1084,6 +1089,11 @@ ...@@ -1084,6 +1089,11 @@
<artifactId>cache-ri-impl</artifactId> <artifactId>cache-ri-impl</artifactId>
<version>1.1.1</version> <version>1.1.1</version>
</dependency> </dependency>
<dependency>
<groupId>com.github.whvcse</groupId>
<artifactId>easy-captcha</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<repositories> <repositories>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册