diff options
author | 2025-01-02 16:11:05 +0100 | |
---|---|---|
committer | 2025-01-02 16:15:14 +0100 | |
commit | e0d6fcbfcdc38edd17b36050feead7314667f4a5 (patch) | |
tree | aa113b9ac4bd4eeb3663beb3b511bbf3241c00ac /aai-parent | |
parent | b1eefc66b1af8550d324e8e34ddef29de5b4df49 (diff) |
Upgrade Janusgraph to 1.1.0
- upgrade janusgraph (1.0.1->1.1.0)
- upgrade guava (33.3.1-jre->33.4.0-jre)
- remove some version declarations in aai-parent that are not in use anymore
- bump snapshot version to 1.15.5-SNAPSHOT
Issue-ID: AAI-4097
Change-Id: Ied18c84ad4de81ddc2d968881590c1145a52618f
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index f56e132a..d4a608b1 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <parent> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-common</artifactId> - <version>1.15.4-SNAPSHOT</version> + <version>1.15.5-SNAPSHOT</version> </parent> <artifactId>aai-parent</artifactId> <name>aai-parent</name> @@ -41,12 +41,9 @@ limitations under the License. <maven.compiler.release>11</maven.compiler.release> <!-- update this just prior to release or figure out something with version.properties --> <aai.release.version>${aai.common.version}</aai.release.version> - <aai.common.logging.version>1.8.0</aai.common.logging.version> - <aai.rest.client.version>1.6.4</aai.rest.client.version> - <aai.schema.service.version>1.9.6</aai.schema.service.version> + <aai.schema.service.version>1.12.7</aai.schema.service.version> <antlr.version>4.11.1</antlr.version> - <activemq.version>5.16.1</activemq.version> <commons.beanutils.version>1.9.4</commons.beanutils.version> <commons.cli.version>1.5.0</commons.cli.version> <commons.compress.version>1.27.0</commons.compress.version> @@ -56,17 +53,13 @@ limitations under the License. <commons.net.version>3.8.0</commons.net.version> <commons.text.version>1.10.0</commons.text.version> <docker.fabric.version>0.40.2</docker.fabric.version> - <easy.mock.version>5.0.0</easy.mock.version> <eclipse.persistence.version>2.7.15</eclipse.persistence.version> - <eelf.core.version>2.0.0-oss</eelf.core.version> - <freemarker.version>2.3.31</freemarker.version> - <google.guava.version>33.3.1-jre</google.guava.version> + <google.guava.version>33.4.0-jre</google.guava.version> <gremlin.version>3.7.3</gremlin.version> - <janusgraph.version>1.0.1</janusgraph.version> + <janusgraph.version>1.1.0</janusgraph.version> <gson.version>2.9.1</gson.version> <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version> <hamcrest.core.version>2.2</hamcrest.core.version> - <javatuples.version>1.2</javatuples.version> <jaxb.version>2.3.1</jaxb.version> <jaxrs.version>2.1.1</jaxrs.version> <jcommander.version>1.78</jcommander.version> @@ -399,12 +392,6 @@ limitations under the License. </dependency> <dependency> - <groupId>org.javatuples</groupId> - <artifactId>javatuples</artifactId> - <version>${javatuples.version}</version> - </dependency> - - <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>${gson.version}</version> |