diff --git a/plugins/allopen/allopen-cli/src/AllOpenPlugin.kt b/plugins/allopen/allopen-cli/src/AllOpenPlugin.kt index df1f76148d7..a7c352392e8 100644 --- a/plugins/allopen/allopen-cli/src/AllOpenPlugin.kt +++ b/plugins/allopen/allopen-cli/src/AllOpenPlugin.kt @@ -42,7 +42,8 @@ class AllOpenCommandLineProcessor : CommandLineProcessor { "org.springframework.transaction.annotation.Transactional", "org.springframework.scheduling.annotation.Async", "org.springframework.cache.annotation.Cacheable", - "org.springframework.boot.test.context.SpringBootTest")) + "org.springframework.boot.test.context.SpringBootTest", + "org.springframework.validation.annotation.Validated")) val ANNOTATION_OPTION = CliOption("annotation", "", "Annotation qualified names", required = false, allowMultipleOccurrences = true)