From 1d0ce734841f9cbbeef4891575231e236acc5126 Mon Sep 17 00:00:00 2001 From: zhanghai <120228220@qq.com> Date: Thu, 9 Mar 2023 16:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/pom.xml b/pom.xml index 0ec180f..29ab933 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ 1.2.49 1.1.3 1.6.2 + 3.14.5 1.0-SNAPSHOT @@ -76,6 +77,18 @@ docus-core-starter ${docus.framework} + + + com.docus + docus-http-starter + ${docus.framework} + + + + com.docus + docus-excel-starter + ${docus.framework} + com.docus docus-knife4j-starter @@ -367,6 +380,36 @@ provided + + com.alibaba + easyexcel + 2.2.6 + + + + + org.jsoup + jsoup + 1.12.1 + + + com.squareup.okhttp3 + okhttp + ${okhttp.version} + + + com.squareup.okhttp3 + logging-interceptor + ${okhttp.version} + + + + + com.google.code.findbugs + jsr305 + 3.0.2 + +