Files
hudi-service/service-cli/service-cli-core/pom.xml
lanyuanxiaoyao 296c744b61 feature(cli): 增加 cli 模块
cli 模块批量生成服务启停脚本
2024-03-05 15:16:45 +08:00

22 lines
729 B
XML

<?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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.lanyuanxiaoyao</groupId>
<artifactId>service-cli</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>service-cli-core</artifactId>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.7.16</version>
</dependency>
</dependencies>
</project>