mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2026-01-03 03:45:28 +08:00
引入jeecg-boot-starter-job依赖启动报错 #8694
This commit is contained in:
@ -210,7 +210,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jeecgframework.boot</groupId>
|
||||
<artifactId>jeecg-boot-starter3-job</artifactId>
|
||||
<version>${jeecgboot.version}</version>
|
||||
<version>3.8.2-RC</version>
|
||||
</dependency>
|
||||
<!--redis分布式锁-->
|
||||
<dependency>
|
||||
@ -459,6 +459,10 @@
|
||||
<groupId>org.apache.calcite</groupId>
|
||||
<artifactId>calcite-elasticsearch</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<artifactId>autopoi-web</artifactId>
|
||||
<groupId>org.jeecgframework</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- 后台导出接口Echart图表支持包,按需引入 -->
|
||||
|
||||
Reference in New Issue
Block a user