From 2b93f91af68893a65f6737626a739e4e62f66e2e Mon Sep 17 00:00:00 2001 From: Kiyan Date: Wed, 6 Jul 2022 23:45:53 +0800 Subject: [PATCH] :art: fix Cannot find the class file for okhttp3.OkHttpClient --- .../wx-java-miniapp-spring-boot-starter/pom.xml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/spring-boot-starters/wx-java-miniapp-spring-boot-starter/pom.xml b/spring-boot-starters/wx-java-miniapp-spring-boot-starter/pom.xml index 9b8abc493..2959519fe 100644 --- a/spring-boot-starters/wx-java-miniapp-spring-boot-starter/pom.xml +++ b/spring-boot-starters/wx-java-miniapp-spring-boot-starter/pom.xml @@ -1,7 +1,5 @@ - + wx-java-spring-boot-starters com.github.binarywang @@ -35,6 +33,16 @@ ${spring.boot.version} provided + + org.jodd + jodd-http + provided + + + com.squareup.okhttp3 + okhttp + provided + @@ -60,4 +68,4 @@ - + \ No newline at end of file