修复了注册和登录时的验证码异常
This commit is contained in:
21
pom.xml
21
pom.xml
@ -201,6 +201,13 @@
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.6</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -246,13 +253,13 @@
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/commons-collections-3.1.jar</systemPath>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cxz</groupId>
|
||||
<artifactId>commons-lang-2.1</artifactId>
|
||||
<version>2.1</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/src/main/resources/lib/commons-lang-2.1.jar</systemPath>
|
||||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>com.cxz</groupId>-->
|
||||
<!-- <artifactId>commons-lang-2.1</artifactId>-->
|
||||
<!-- <version>2.1</version>-->
|
||||
<!-- <scope>system</scope>-->
|
||||
<!-- <systemPath>${project.basedir}/src/main/resources/lib/commons-lang-2.1.jar</systemPath>-->
|
||||
<!-- </dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>com.cxz</groupId>
|
||||
|
Reference in New Issue
Block a user