Files
cid/honeycom-common/pom.xml

62 lines
2.3 KiB
XML
Raw Normal View History

2025-11-11 19:51:56 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
~
~ Copyright (c) 2018-2025, honeycom All rights reserved.
~
~ Redistribution and use in source and binary forms, with or without
~ modification, are permitted provided that the following conditions are met:
~
~ Redistributions of source code must retain the above copyright notice,
~ this list of conditions and the following disclaimer.
~ Redistributions in binary form must reproduce the above copyright
~ notice, this list of conditions and the following disclaimer in the
~ documentation and/or other materials provided with the distribution.
~ Neither the name of the honeycombis.com developer nor the names of its
~ contributors may be used to endorse or promote products derived from
~ this software without specific prior written permission.
~ Author: honeycom
~
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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.honeycombis</groupId>
<artifactId>honeycom</artifactId>
<version>5.4.0</version>
</parent>
<artifactId>honeycom-common</artifactId>
<packaging>pom</packaging>
<description>honeycom 公共聚合模块</description>
<modules>
<module>honeycom-common-audit</module>
<module>honeycom-common-bom</module>
<module>honeycom-common-core</module>
<module>honeycom-common-data</module>
<module>honeycom-common-datasource</module>
<module>honeycom-common-excel</module>
<module>honeycom-common-encrypt-api</module>
<module>honeycom-common-feign</module>
<module>honeycom-common-gateway</module>
<module>honeycom-common-gray</module>
<module>honeycom-common-idempotent</module>
<module>honeycom-common-job</module>
<module>honeycom-common-log</module>
<module>honeycom-common-oss</module>
<module>honeycom-common-seata</module>
<module>honeycom-common-security</module>
<module>honeycom-common-sentinel</module>
<module>honeycom-common-sequence</module>
<module>honeycom-common-swagger</module>
<module>honeycom-common-sse</module>
<module>honeycom-common-websocket</module>
<module>honeycom-common-xss</module>
<module>honeycom-common-mq</module>
<module>honeycom-common-mongodb</module>
</modules>
</project>