From 86b584be2f857f6ddb5dd48b31f5f5371ed0b2e4 Mon Sep 17 00:00:00 2001 From: Echo009 Date: Fri, 12 Mar 2021 15:43:16 +0800 Subject: [PATCH] fix: NoClassDefFoundError when invoking JSON.toJSON() method in official processor --- powerjob-official-processors/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/powerjob-official-processors/pom.xml b/powerjob-official-processors/pom.xml index 69072587..db7c4199 100644 --- a/powerjob-official-processors/pom.xml +++ b/powerjob-official-processors/pom.xml @@ -107,6 +107,7 @@ ${mvn.shade.plugin.version} false + true okhttp3 @@ -122,6 +123,7 @@ org.slf4j.* org.springframework.** + org.w3c.**