fix WebLogicRunConfigurationsConversionTest — do not use OptionTag

This commit is contained in:
Vladimir Krivosheev
2017-12-22 13:39:05 +01:00
parent b800a03319
commit 6e7c20f6d0
6 changed files with 41 additions and 56 deletions
@@ -24,7 +24,6 @@ open class ApplicationConfigurationOptions : JvmConfigurationOptions() {
@get:OptionTag("PASS_PARENT_ENVS")
var isPassParentEnv by property(true)
@get:OptionTag(tag = "envs", nameAttribute = "")
@get:MapAnnotation(surroundWithTag = false, entryTagName = "env", keyAttributeName = "name", sortBeforeSave = false)
@get:MapAnnotation(propertyElementName = "envs", entryTagName = "env", keyAttributeName = "name", sortBeforeSave = false)
var env by property(LinkedHashMap<String, String>())
}