llm-guard-server/llm-guard-common/pom.xml

32 lines
1.1 KiB
XML
Raw Normal View History

2026-01-31 22:40:00 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>com.llm.guard</groupId>
<artifactId>llm-guard-server</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>llm-guard-common-log</module>
<module>llm-guard-common-core</module>
<module>llm-guard-common-redis</module>
<module>llm-guard-common-seata</module>
<module>llm-guard-common-swagger</module>
<module>llm-guard-common-security</module>
<module>llm-guard-common-sensitive</module>
<module>llm-guard-common-datascope</module>
<module>llm-guard-common-datasource</module>
<module>llm-guard-common-mybatisplus</module>
</modules>
<artifactId>llm-guard-common</artifactId>
<packaging>pom</packaging>
<description>
llm-guard-common通用模块
</description>
</project>