Commit cd6ed9f2dad6788499324d6070a286ac7e162121
1 parent
9b281986
修改切换1.8之后,包的版本引用
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
... | ... | @@ -252,9 +252,9 @@ |
252 | 252 | <version>1.0.6</version> |
253 | 253 | </dependency> |
254 | 254 | <dependency> |
255 | - <groupId>javassist</groupId> | |
255 | + <groupId>org.javassist</groupId> | |
256 | 256 | <artifactId>javassist</artifactId> |
257 | - <version>3.12.1.GA</version> | |
257 | + <version>3.24.0-GA</version> | |
258 | 258 | </dependency> |
259 | 259 | <dependency> |
260 | 260 | <groupId>jstl</groupId> | ... | ... |