Commit 5e8559cd by fsn

修复验证码pom不识别的bug

parent 05c023e0
......@@ -6,7 +6,7 @@
<groupId>com.stylefeng</groupId>
<artifactId>guns</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<packaging>jar</packaging>
<name>guns</name>
<description>guns 的spring boot版本</description>
......@@ -77,9 +77,9 @@
<version>${fastjson.version}</version>
</dependency>
<dependency>
<groupId>com.google.code</groupId>
<groupId>com.github.penggle</groupId>
<artifactId>kaptcha</artifactId>
<version>2.3.0</version>
<version>2.3.2</version>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment