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

39 lines
1.2 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-common</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>llm-guard-common-swagger</artifactId>
<description>
llm-guard-common-swagger系统接口
</description>
<dependencies>
2026-03-08 23:24:48 +08:00
<dependency>
<groupId>com.llm.guard</groupId>
<artifactId>llm-guard-common-core</artifactId>
</dependency>
2026-01-31 22:40:00 +08:00
<!-- SpringBoot Web -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- SpringDoc webmvc -->
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
</dependency>
</dependencies>
</project>