From ddbf3da75280af0fdb115b8b21734ea371045a92 Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Wed, 7 May 2025 12:20:04 +0200 Subject: [PATCH] Adjusted NCMP architecture rule - removed spi package from ncmp service test Issue-ID: CPS-2767 Change-Id: I482685ef4f8760a3cff3f3a6dfca12298b467209 Signed-off-by: leventecsanyi --- .../src/test/java/org/onap/cps/architecture/NcmpArchitectureTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cps-application/src/test/java/org/onap/cps/architecture/NcmpArchitectureTest.java b/cps-application/src/test/java/org/onap/cps/architecture/NcmpArchitectureTest.java index ecd98525f4..7f4e63f043 100644 --- a/cps-application/src/test/java/org/onap/cps/architecture/NcmpArchitectureTest.java +++ b/cps-application/src/test/java/org/onap/cps/architecture/NcmpArchitectureTest.java @@ -1,6 +1,6 @@ /* * ============LICENSE_START======================================================= - * Copyright (C) 2021-2024 Nordix Foundation + * Copyright (C) 2021-2025 OpenInfra Foundation Europe. All rights reserved * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -71,7 +71,6 @@ public class NcmpArchitectureTest extends ArchitectureTestBase { "org.onap.cps.ncmp.utils..", "org.onap.cps.ncmp.config..", "org.onap.cps.ncmp.exceptions..", - "org.onap.cps.spi.api..", // Below packages are breaking the agreed dependencies // and need to be removed from this rule. // This will be handled in a separate user story -- 2.16.6