aboutsummaryrefslogtreecommitdiffstats
path: root/cps-application
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2025-03-13 09:58:17 +0000
committerGerrit Code Review <gerrit@onap.org>2025-03-13 09:58:17 +0000
commit00e49d680dec96a6aebcbb01b17317b6615232b2 (patch)
treea5014043d111a1b9369ee6c313654dcea8d57b98 /cps-application
parent36027000ecc2d0bbffc7cd45fe3941db77e1d178 (diff)
parent6957d0093eb370e0bf0be7dbb610430ea30c70a6 (diff)
Merge "Add prometheus metrics for searches and id-searches"
Diffstat (limited to 'cps-application')
-rw-r--r--cps-application/src/test/java/org/onap/cps/architecture/ArchitectureTestBase.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-application/src/test/java/org/onap/cps/architecture/ArchitectureTestBase.java b/cps-application/src/test/java/org/onap/cps/architecture/ArchitectureTestBase.java
index c1d65758c7..28ff7c307c 100644
--- a/cps-application/src/test/java/org/onap/cps/architecture/ArchitectureTestBase.java
+++ b/cps-application/src/test/java/org/onap/cps/architecture/ArchitectureTestBase.java
@@ -1,6 +1,6 @@
/*
* ============LICENSE_START=======================================================
- * Copyright (C) 2024 Nordix Foundation
+ * Copyright (C) 2024-2025 Nordix Foundation
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -35,6 +35,7 @@ public class ArchitectureTestBase {
"java..",
"lombok..",
"org.apache..",
+ "org.aspectj..",
"org.mapstruct..",
"org.opendaylight..",
"org.slf4j..",