From: leventecsanyi Date: Wed, 7 May 2025 10:20:04 +0000 (+0200) Subject: Adjusted NCMP architecture rule X-Git-Tag: 3.6.3~26^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ddbf3da75280af0fdb115b8b21734ea371045a92;p=cps.git Adjusted NCMP architecture rule - removed spi package from ncmp service test Issue-ID: CPS-2767 Change-Id: I482685ef4f8760a3cff3f3a6dfca12298b467209 Signed-off-by: leventecsanyi --- 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