From c0d16dff9709105244c69de1b08867343c61a550 Mon Sep 17 00:00:00 2001 From: ZZ Date: Thu, 18 Nov 2021 14:43:56 +0800 Subject: [PATCH] missing maven dep --- xhpc-modules/xhpc-common/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xhpc-modules/xhpc-common/pom.xml b/xhpc-modules/xhpc-common/pom.xml index 742f4232..ffaa0595 100644 --- a/xhpc-modules/xhpc-common/pom.xml +++ b/xhpc-modules/xhpc-common/pom.xml @@ -51,5 +51,11 @@ javax.persistence-api 2.2 + + cn.hutool + hutool-all + 4.6.1 + compile +