Files
cid/honeycom-step/pom.xml
2025-11-11 19:51:56 +08:00

20 lines
645 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>honeycom-step</artifactId>
<description>新迪轻量化处理服务</description>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>honeycom-step-api</module>
<module>honeycom-step-biz</module>
</modules>
<packaging>pom</packaging>
<parent>
<groupId>com.honeycombis</groupId>
<artifactId>honeycom</artifactId>
<version>5.4.0</version>
</parent>
</project>