|
|
|
@ -1,6 +1,6 @@
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
|
|
@ -22,6 +22,11 @@
|
|
|
|
<artifactId>yudao-module-system-api</artifactId>
|
|
|
|
<artifactId>yudao-module-system-api</artifactId>
|
|
|
|
<version>${revision}</version>
|
|
|
|
<version>${revision}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>yudao-module-crm-api</artifactId>
|
|
|
|
|
|
|
|
<version>${revision}</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 业务组件 -->
|
|
|
|
<!-- 业务组件 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
@ -46,6 +51,12 @@
|
|
|
|
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
|
|
|
|
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 工具类相关 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>yudao-spring-boot-starter-excel</artifactId>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Test 测试相关 -->
|
|
|
|
<!-- Test 测试相关 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
|
|
<groupId>cn.iocoder.boot</groupId>
|
|
|
|
|