From 494963afd8c486f0fef86c15efbe1c6854d3d214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=95=B8=E9=9D=9E?= <8153694@qq.com> Date: Fri, 17 Nov 2023 16:35:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B5=84=E6=BA=90=E8=87=AA?= =?UTF-8?q?=E5=8A=A8=E5=88=B7=E6=96=B0=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common-lib/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common-lib/pom.xml b/common-lib/pom.xml index 24ed29ac..ceac88a0 100644 --- a/common-lib/pom.xml +++ b/common-lib/pom.xml @@ -85,6 +85,12 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.6.12</version> + </dependency> + </dependencies> <build> -- 2.24.3