|
@@ -19,6 +19,10 @@
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
+ <artifactId>hibernate-re</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
<!-- 企业微信/钉钉 api -->
|
|
|
<dependency>
|
|
@@ -35,11 +39,11 @@
|
|
|
<groupId>org.jeecgframework.jimureport</groupId>
|
|
|
<artifactId>jimureport-dashboard-spring-boot-starter</artifactId>
|
|
|
</dependency>
|
|
|
- <!-- 积木报表 mongo redis 支持包
|
|
|
+ <!-- 积木报表 mongo redis 支持包
|
|
|
<dependency>
|
|
|
<groupId>org.jeecgframework.jimureport</groupId>
|
|
|
<artifactId>jimureport-nosql-starter</artifactId>
|
|
|
</dependency>-->
|
|
|
</dependencies>
|
|
|
-
|
|
|
+
|
|
|
</project>
|