You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.8 KiB
53 lines
1.8 KiB
|
5 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||
|
|
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">
|
||
|
|
<parent>
|
||
|
|
<artifactId>jeecg-module-erp</artifactId>
|
||
|
|
<groupId>io.finer.jeecg</groupId>
|
||
|
|
<version>1.0.0</version>
|
||
|
|
</parent>
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
|
||
|
|
<artifactId>jeecg-erp-servi</artifactId>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.baomidou</groupId>
|
||
|
|
<artifactId>mybatis-plus-annotation</artifactId>
|
||
|
|
<version>3.5.1</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>io.swagger</groupId>
|
||
|
|
<artifactId>swagger-annotations</artifactId>
|
||
|
|
<version>1.5.22</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jeecgframework</groupId>
|
||
|
|
<artifactId>autopoi</artifactId>
|
||
|
|
<version>1.4.4</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.jeecgframework.boot</groupId>
|
||
|
|
<artifactId>jeecg-boot-base-core</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>io.finer.jeecg</groupId>
|
||
|
|
<artifactId>jeecg-erp-base</artifactId>
|
||
|
|
<version>1.0.0</version>
|
||
|
|
<scope>compile</scope>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>io.finer.jeecg</groupId>
|
||
|
|
<artifactId>jeecg-erp-core</artifactId>
|
||
|
|
<version>1.0.0</version>
|
||
|
|
<scope>system</scope>
|
||
|
|
<systemPath>${pom.basedir}/../lib/jeecg-erp-core-1.0.0.jar</systemPath>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|