From 54d00a4b41b8d3baa5a6b8f58001135216a88bb4 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 03 四月 2023 11:22:17 +0800
Subject: [PATCH] 排序
---
ycl-generator/pom.xml | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/ycl-generator/pom.xml b/ycl-generator/pom.xml
index 88b5a24..58ff246 100644
--- a/ycl-generator/pom.xml
+++ b/ycl-generator/pom.xml
@@ -73,6 +73,18 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>io.swagger</groupId>
+ <artifactId>swagger-annotations</artifactId>
+ <version>1.5.22</version>
+ <scope>compile</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.ycl</groupId>
+ <artifactId>ycl-common</artifactId>
+ <version>1.0.0</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
@@ -80,6 +92,8 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ </configuration>
</plugin>
</plugins>
</build>
--
Gitblit v1.8.0