diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-07-09 14:01:25 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-06 08:51:17 +0200 |
commit | 0a763735660f607980ae6fb729890b8433713dcd (patch) | |
tree | e7b3b9ef820046a3cc4b962fd0dd87e01d2baabc /pom.xml | |
parent | 511c4415b2fe6582bf39d97b76130995142e21d7 (diff) |
Update Janusgraph to 0.6.0 in resources
- update Janusgraph (0.5.3 -> 0.6.0)
- remove all unused imports
- use full context scanning with @SpringBootApplication
Issue-ID: AAI-3927
Change-Id: I26af1f780c8463efbc0eb25255ecbf61261ab77d
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,11 +26,11 @@ <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-parent</artifactId> - <version>1.14.3</version> + <version>1.14.5</version> </parent> <groupId>org.onap.aai.resources</groupId> <artifactId>resources</artifactId> - <version>1.14.4-SNAPSHOT</version> + <version>1.14.5-SNAPSHOT</version> <name>aai-resources</name> <packaging>pom</packaging> <modules> @@ -48,7 +48,7 @@ <staging.path>/content/repositories/staging/</staging.path> <!-- GMaven plugin uses this property to figure out the name of the docker tag --> <aai.project.version>${project.version}</aai.project.version> - <aai.common.version>1.14.4</aai.common.version> + <aai.common.version>1.14.5</aai.common.version> <aai.schema.service.version>1.12.5</aai.schema.service.version> </properties> <build> |