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

24 lines
719 B
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-system</module>
<module>llm-guard-biz</module>
</modules>
<artifactId>llm-guard-modules</artifactId>
<packaging>pom</packaging>
<description>
llm-guard-modules业务模块
</description>
</project>