From 4369c6d26c79a624ce906bdd50c545dbafb36ed0 Mon Sep 17 00:00:00 2001 From: Alexey Sedunov Date: Wed, 6 Dec 2017 12:39:35 +0300 Subject: [PATCH] Minor: Update Maven import test data --- .../org/jetbrains/kotlin/idea/maven/KotlinMavenImporterTest.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idea/idea-maven/test/org/jetbrains/kotlin/idea/maven/KotlinMavenImporterTest.kt b/idea/idea-maven/test/org/jetbrains/kotlin/idea/maven/KotlinMavenImporterTest.kt index 51f2091ae1c..74dd0c571ea 100644 --- a/idea/idea-maven/test/org/jetbrains/kotlin/idea/maven/KotlinMavenImporterTest.kt +++ b/idea/idea-maven/test/org/jetbrains/kotlin/idea/maven/KotlinMavenImporterTest.kt @@ -1411,7 +1411,8 @@ class KotlinMavenImporterTest : MavenImportingTestCase() { "plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.transaction.annotation.Transactional", "plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.scheduling.annotation.Async", "plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.cache.annotation.Cacheable", - "plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.boot.test.context.SpringBootTest"), + "plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.boot.test.context.SpringBootTest", + "plugin:org.jetbrains.kotlin.allopen:annotation=org.springframework.validation.annotation.Validated"), compilerArguments!!.pluginOptions!!.toList() ) }