2019-05-19 10:54:09 +00:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
2020-11-28 09:20:10 +00:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2019-05-19 10:54:09 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
2022-08-12 06:14:11 +00:00
|
|
|
<artifactId>jeecg-module-system</artifactId>
|
2024-03-06 09:13:05 +00:00
|
|
|
<version>3.6.3</version>
|
2019-05-19 10:54:09 +00:00
|
|
|
</parent>
|
2020-09-13 10:23:23 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2022-08-12 06:14:11 +00:00
|
|
|
<artifactId>jeecg-system-biz</artifactId>
|
2019-05-19 10:54:09 +00:00
|
|
|
|
|
|
|
<dependencies>
|
2020-09-13 10:23:23 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
<artifactId>jeecg-system-local-api</artifactId>
|
|
|
|
</dependency>
|
2022-05-19 15:55:49 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.hibernate</groupId>
|
|
|
|
<artifactId>hibernate-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.boot</groupId>
|
|
|
|
<artifactId>hibernate-re</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2022-04-18 01:37:28 +00:00
|
|
|
<!-- 企业微信/钉钉 api -->
|
2021-01-23 15:59:31 +00:00
|
|
|
<dependency>
|
2021-08-13 07:27:30 +00:00
|
|
|
<groupId>org.jeecgframework</groupId>
|
|
|
|
<artifactId>jeewx-api</artifactId>
|
2021-01-23 15:59:31 +00:00
|
|
|
</dependency>
|
2021-08-13 07:27:30 +00:00
|
|
|
<!-- 积木报表 -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.jimureport</groupId>
|
|
|
|
<artifactId>jimureport-spring-boot-starter</artifactId>
|
2024-04-01 05:47:48 +00:00
|
|
|
<exclusions>
|
2024-04-03 01:44:01 +00:00
|
|
|
<exclusion>
|
|
|
|
<artifactId>druid</artifactId>
|
|
|
|
<groupId>com.alibaba</groupId>
|
|
|
|
</exclusion>
|
2024-04-01 05:47:48 +00:00
|
|
|
<exclusion>
|
|
|
|
<artifactId>jsqlparser</artifactId>
|
|
|
|
<groupId>com.github.jsqlparser</groupId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2021-08-13 07:27:30 +00:00
|
|
|
</dependency>
|
2023-06-06 13:16:58 +00:00
|
|
|
<dependency>
|
2023-12-31 07:14:04 +00:00
|
|
|
<groupId>org.jeecgframework.jimureport</groupId>
|
|
|
|
<artifactId>jimureport-drag</artifactId>
|
|
|
|
<version>2.0.1</version>
|
2023-06-06 13:16:58 +00:00
|
|
|
</dependency>
|
2022-09-25 02:18:14 +00:00
|
|
|
<!-- 积木报表 mongo redis 支持包
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jeecgframework.jimureport</groupId>
|
|
|
|
<artifactId>jimureport-nosql-starter</artifactId>
|
|
|
|
</dependency>-->
|
2019-05-19 10:54:09 +00:00
|
|
|
</dependencies>
|
2022-08-17 03:04:29 +00:00
|
|
|
|
2022-07-20 10:09:53 +00:00
|
|
|
</project>
|