From 658817ffb7e6c9fc0733e36377b218bfd29d8a0f Mon Sep 17 00:00:00 2001 From: George Chen Date: Thu, 1 Aug 2024 22:00:07 -0500 Subject: [PATCH] STY: fix Signed-off-by: George Chen --- config/checkstyle/checkstyle-suppressions.xml | 2 +- .../dataprepper/schemas/DataPrepperPluginSchemaExecute.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/checkstyle/checkstyle-suppressions.xml b/config/checkstyle/checkstyle-suppressions.xml index 7c7e1217ca..ab3ba001a9 100644 --- a/config/checkstyle/checkstyle-suppressions.xml +++ b/config/checkstyle/checkstyle-suppressions.xml @@ -15,5 +15,5 @@ - + diff --git a/data-prepper-plugin-schema-cli/src/main/java/org/opensearch/dataprepper/schemas/DataPrepperPluginSchemaExecute.java b/data-prepper-plugin-schema-cli/src/main/java/org/opensearch/dataprepper/schemas/DataPrepperPluginSchemaExecute.java index 859ef3f066..2c033e42fd 100644 --- a/data-prepper-plugin-schema-cli/src/main/java/org/opensearch/dataprepper/schemas/DataPrepperPluginSchemaExecute.java +++ b/data-prepper-plugin-schema-cli/src/main/java/org/opensearch/dataprepper/schemas/DataPrepperPluginSchemaExecute.java @@ -3,7 +3,6 @@ import com.github.victools.jsonschema.generator.Module; import com.github.victools.jsonschema.generator.OptionPreset; import com.github.victools.jsonschema.generator.SchemaVersion; -import com.github.victools.jsonschema.module.jackson.JacksonModule; import com.github.victools.jsonschema.module.jakarta.validation.JakartaValidationModule; import com.github.victools.jsonschema.module.jakarta.validation.JakartaValidationOption; import org.opensearch.dataprepper.schemas.module.CustomJacksonModule;