aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-09 13:26:55 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-09 13:28:56 +0200
commit0dcaef48dbae542f9b0212acbe957718643f5e34 (patch)
tree43152f545477cc294c6f107209db630e323135b5 /pom.xml
parent6280c1583f99a5261456e752a4988105f0eba50c (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-xpom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 7cf4f7d..481fc66 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>