From 78715f4f215b52138bed258fabde11a5d68fad02 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 8 Oct 2024 07:29:21 +0800 Subject: [PATCH] change scope --- hutool-jmh/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hutool-jmh/pom.xml b/hutool-jmh/pom.xml index 22a1c25c1..7cc25932c 100644 --- a/hutool-jmh/pom.xml +++ b/hutool-jmh/pom.xml @@ -66,7 +66,7 @@ com.fasterxml.jackson.core jackson-databind ${jackson.version} - true + test com.fasterxml.jackson.datatype @@ -78,19 +78,19 @@ com.google.code.gson gson ${gson.version} - true + test com.alibaba.fastjson2 fastjson2 ${fastjson2.version} - true + test com.squareup.moshi moshi 1.15.1 - true + test