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 + +