From 4ed4f241a6914093e7742b0f3779431e7b9cde68 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 25 Jun 2024 08:51:58 +0200 Subject: [PATCH] graphadmin uses wrong metrics-core dependency version - downgrade metrics core dependency to fix classnotfoundexception that is thrown by janusgraph Issue-ID: AAI-3895 Change-Id: I8562326c0a8a5eb910b2616f185e3c2c64183f6c Signed-off-by: Fiete Ostkamp --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1a08548..55c2032 100755 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ localhost:5000 1.0.0 1.12.4 - 1.14.2-SNAPSHOT + 1.14.2 ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap @@ -349,6 +349,13 @@ guava 25.0-jre + + + + io.dropwizard.metrics + metrics-core + 3.2.6 + @@ -379,6 +386,10 @@ org.onap.aai.aai-common aai-core + + io.dropwizard.metrics + metrics-jmx + org.onap.aai.aai-common aai-aaf-auth -- 2.16.6