123456789101112131415161718192021222324252627282930313233343536373839 |
- <?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>
- <groupId>com.warst</groupId>
- <artifactId>warst-api</artifactId>
- <version>3.6.2</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>warst-api-manage</artifactId>
- <dependencies>
- <dependency>
- <groupId>com.warst</groupId>
- <artifactId>warst-common-core</artifactId>
- </dependency>
- <dependency>
- <groupId>com.baomidou</groupId>
- <artifactId>mybatis-plus-boot-starter</artifactId>
- <version>3.4.2</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>easyexcel</artifactId>
- <version>2.2.6</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>cn.afterturn</groupId>
- <artifactId>easypoi-annotation</artifactId>
- <version>4.2.0</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- </project>
|