Commit 972d2c12b295cbe8bd56a59adf847967f5580ba6
1 parent
3855f12c
【3.2.0 版本发布】 升级springboot2.6.6
Showing
1 changed file
with
6 additions
and
1 deletions
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/pom.xml
... | ... | @@ -119,7 +119,7 @@ |
119 | 119 | <dependency> |
120 | 120 | <groupId>org.jeecgframework.boot</groupId> |
121 | 121 | <artifactId>hibernate-re</artifactId> |
122 | - <version>3.1.0-beta2</version> | |
122 | + <version>3.2.0-beta</version> | |
123 | 123 | </dependency> |
124 | 124 | |
125 | 125 | <!-- 数据库驱动 --> |
... | ... | @@ -181,6 +181,11 @@ |
181 | 181 | <groupId>org.apache.shiro</groupId> |
182 | 182 | <artifactId>shiro-core</artifactId> |
183 | 183 | </exclusion> |
184 | + <!-- [issues/3596] 解决启动报错:Cannot resolve com.sun:tools:1.8.0 --> | |
185 | + <exclusion> | |
186 | + <groupId>com.puppycrawl.tools</groupId> | |
187 | + <artifactId>checkstyle</artifactId> | |
188 | + </exclusion> | |
184 | 189 | </exclusions> |
185 | 190 | </dependency> |
186 | 191 | |
... | ... |