From d59b5eff6118663cdf8e57ed2c61c9b4900f3c29 Mon Sep 17 00:00:00 2001 From: egernug Date: Thu, 19 Oct 2023 11:23:13 +0100 Subject: Upgrade of DMI-Plugin to Spring Boot 3.1.2 Issue-ID: CPS-1790 Signed-off-by: egernug Change-Id: I3eaf8307660ce8d8d33ad98cabb891bcdd663713 --- .../groovy/org/onap/cps/ncmp/dmi/config/DmiPluginConfigSpec.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/groovy/org') diff --git a/src/test/groovy/org/onap/cps/ncmp/dmi/config/DmiPluginConfigSpec.groovy b/src/test/groovy/org/onap/cps/ncmp/dmi/config/DmiPluginConfigSpec.groovy index b391f8c0..c09403d7 100644 --- a/src/test/groovy/org/onap/cps/ncmp/dmi/config/DmiPluginConfigSpec.groovy +++ b/src/test/groovy/org/onap/cps/ncmp/dmi/config/DmiPluginConfigSpec.groovy @@ -1,6 +1,6 @@ /* * ============LICENSE_START======================================================= - * Copyright (C) 2021-2022 Nordix Foundation + * Copyright (C) 2021-2023 Nordix Foundation * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ package org.onap.cps.ncmp.dmi.config -import org.springdoc.core.GroupedOpenApi +import org.springdoc.core.models.GroupedOpenApi import org.springframework.beans.factory.annotation.Autowired import org.springframework.boot.test.context.SpringBootTest import org.springframework.test.context.ContextConfiguration -- cgit 1.2.3-korg