From d071a0701234009972ad959ce6e10ae3fe28f140 Mon Sep 17 00:00:00 2001 From: Suomm <1474983351@qq.com> Date: Sun, 16 Jul 2023 12:20:23 +0800 Subject: [PATCH] build: add swagger-annotations --- mybatis-flex-codegen/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mybatis-flex-codegen/pom.xml b/mybatis-flex-codegen/pom.xml index 469d4a9f..f7b69554 100644 --- a/mybatis-flex-codegen/pom.xml +++ b/mybatis-flex-codegen/pom.xml @@ -94,6 +94,13 @@ true + + io.swagger + swagger-annotations + 1.6.11 + true + + junit