earth-frost/frost-api/pom.xml
justlive1 0ae559c1fa 统一存储结构
修复分片+父子任务 子任务执行多遍问题
2019-01-31 17:08:21 +08:00

30 lines
748 B
XML

<?xml version="1.0"?>
<project
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>vip.justlive</groupId>
<artifactId>frost</artifactId>
<version>1.2.0</version>
</parent>
<artifactId>frost-api</artifactId>
<name>frost-api</name>
<url>https://gitee.com/justlive1/earth-frost</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
</dependencies>
</project>