forked from wuweidong/hzims-back-huoshan
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.
35 lines
1.2 KiB
35 lines
1.2 KiB
<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
|
<modelVersion>4.0.0</modelVersion> |
|
<groupId>com.hnac.hzims</groupId> |
|
<artifactId>common-api</artifactId> |
|
<name>common-api</name> |
|
<description>公共api</description> |
|
|
|
<parent> |
|
<artifactId>hzims-service-api</artifactId> |
|
<groupId>com.hnac.hzims</groupId> |
|
<version>4.0.0-SNAPSHOT</version> |
|
</parent> |
|
|
|
<properties> |
|
<java.version>1.8</java.version> |
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
<spring-boot.version>2.3.7.RELEASE</spring-boot.version> |
|
</properties> |
|
|
|
<dependencies> |
|
<dependency> |
|
<groupId>com.github.ben-manes.caffeine</groupId> |
|
<artifactId>caffeine</artifactId> |
|
<version>2.8.2</version> |
|
</dependency> |
|
<dependency> |
|
<groupId>com.alibaba</groupId> |
|
<artifactId>easyexcel</artifactId> |
|
</dependency> |
|
</dependencies> |
|
|
|
</project>
|
|
|