diff options
author | 2024-08-09 13:26:55 +0200 | |
---|---|---|
committer | 2024-08-09 13:28:56 +0200 | |
commit | 0dcaef48dbae542f9b0212acbe957718643f5e34 (patch) | |
tree | 43152f545477cc294c6f107209db630e323135b5 /pom.xml | |
parent | 6280c1583f99a5261456e752a4988105f0eba50c (diff) |
Some graphadmin tools have an incomplete bean context and fail accordingly
- with recent changes to where some beans are declared in aai-common, the context configuration has to be adjusted
Issue-ID: AAI-3954
Change-Id: Ia33c437f98e14e9fd68a12771af138e4d904df8a
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.14.5-SNAPSHOT</version> + <version>1.14.6-SNAPSHOT</version> <properties> @@ -320,13 +320,6 @@ <artifactId>guava</artifactId> <version>25.0-jre</version> </dependency> - <!-- https://docs.datastax.com/en/developer/java-driver/3.5/manual/metrics/index.html#metrics-4-compatibility --> - <!-- remove this for janusgraph >= 0.6.0 --> - <dependency> - <groupId>io.dropwizard.metrics</groupId> - <artifactId>metrics-core</artifactId> - <version>3.2.6</version> - </dependency> </dependencies> </dependencyManagement> <dependencies> |