From 2aab13b140cbb13fc7ab880b576c75f42a774415 Mon Sep 17 00:00:00 2001 From: emaclee Date: Tue, 28 Jun 2022 13:13:21 +0100 Subject: Move persistence related methods -created new method in inventory persistence service for getting module references Issue-ID: CPS-1117 Signed-off-by: emaclee Change-Id: Ic1f3c180a62a7211e19982d8f3570829db58370e --- .../groovy/org/onap/cps/spi/impl/CpsAdminPersistenceServiceSpec.groovy | 1 - 1 file changed, 1 deletion(-) (limited to 'cps-ri/src') diff --git a/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsAdminPersistenceServiceSpec.groovy b/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsAdminPersistenceServiceSpec.groovy index e03735003..cdb3e6c73 100644 --- a/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsAdminPersistenceServiceSpec.groovy +++ b/cps-ri/src/test/groovy/org/onap/cps/spi/impl/CpsAdminPersistenceServiceSpec.groovy @@ -29,7 +29,6 @@ import org.onap.cps.spi.exceptions.AnchorNotFoundException import org.onap.cps.spi.exceptions.DataspaceInUseException import org.onap.cps.spi.exceptions.DataspaceNotFoundException import org.onap.cps.spi.exceptions.SchemaSetNotFoundException -import org.onap.cps.spi.exceptions.ModuleNamesNotFoundException import org.onap.cps.spi.model.Anchor import org.springframework.beans.factory.annotation.Autowired import org.springframework.test.context.jdbc.Sql -- cgit 1.2.3-korg