diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-11-01 10:02:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-11-01 10:02:14 +0000 |
commit | ff66a98c4f3cd8c4a85982235550a3f1e492a336 (patch) | |
tree | 68496c752b8c829f62391be675b83dfff43377df /src/test | |
parent | 56b8406095f2b3f84ad4d28695d9fe420a418270 (diff) | |
parent | d59b5eff6118663cdf8e57ed2c61c9b4900f3c29 (diff) |
Merge "Upgrade of DMI-Plugin to Spring Boot 3.1.2"
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/groovy/org/onap/cps/ncmp/dmi/config/DmiPluginConfigSpec.groovy | 4 |
1 files changed, 2 insertions, 2 deletions
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 |