From b543583816e3cc56fd4438f324ff0d0e105c66a1 Mon Sep 17 00:00:00 2001 From: Vince Jerald Villamora Date: Mon, 1 May 2023 18:31:28 +0800 Subject: [PATCH] fix(native-image): add okhttp as dependency to fix compile error --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index ebba68c..4bd2468 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,14 @@ 1.8.1 + + + com.squareup.okhttp3 + okhttp + compile + false + + com.github.pengrad java-telegram-bot-api