From: Fiete Ostkamp Date: Tue, 25 Jun 2024 06:51:58 +0000 (+0200) Subject: graphadmin uses wrong metrics-core dependency version X-Git-Tag: 1.14.3~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F138315%2F4;p=aai%2Fgraphadmin.git 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 --- 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