From 2ffb6b9c6558585f9d17f4e6acbffef77c3bae74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20L=C3=B3pez=20Aguilar?= Date: Fri, 10 Jan 2025 17:28:37 +0100 Subject: [PATCH] Loopback to previous version of pom file --- .env | 7 +++++-- it/docker-compose/docker-compose-java.yaml | 2 +- it/pom.xml | 18 ++++++------------ pom.xml | 8 ++------ 4 files changed, 14 insertions(+), 21 deletions(-) diff --git a/.env b/.env index 00064ee..e061455 100644 --- a/.env +++ b/.env @@ -2,7 +2,7 @@ COMPOSE_PROJECT_NAME=fiware EXPOSED_PORT=1026 - # Hashicorp vault as a wallet +# Hashicorp vault as a wallet VAULT_IMAGE=quay.io/fiware/vault-ethereum:1.0.1 # Orion LD variables @@ -12,4 +12,7 @@ EXPOSED_PORT=1026 # Mongo DB is used by Orion MONGO_DB_VERSION=mongo:6.0 -MONGO_DB_PORT=27017 \ No newline at end of file +MONGO_DB_PORT=27017 + +# Canis Major variables +CANISMAJOR_IMAGE=quay.io/fiware/vault-ethereum:1.5.28 diff --git a/it/docker-compose/docker-compose-java.yaml b/it/docker-compose/docker-compose-java.yaml index b3d4212..b5a786e 100644 --- a/it/docker-compose/docker-compose-java.yaml +++ b/it/docker-compose/docker-compose-java.yaml @@ -2,7 +2,7 @@ services: ## CanisMajor setup canis-major: restart: always - image: ${CANISMAJOR_IMAGE:-quay.io/fiware/canis-major} + image: ${CANISMAJOR_IMAGE:-quay.io/fiware/canis-major:1.5.28} hostname: canismajor depends_on: - ganache-cli diff --git a/it/pom.xml b/it/pom.xml index 2eea7ec..a89fd43 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -1,7 +1,7 @@ - + 4.0.0 org.fiware.canismajor @@ -13,7 +13,7 @@ UTF-8 - 2.17.2 + 2.17.1 7.0.0 @@ -32,7 +32,7 @@ 3.0.0-M5 - CUCUMBER_PUBLISH_TOKEN + bf7355ee-d54c-4c04-b8d6-363866ef3d93 @@ -135,7 +135,6 @@ - org.apache.maven.plugins maven-surefire-plugin @@ -155,13 +153,9 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 - UTF-8 - 11 - 11 org.projectlombok @@ -190,4 +184,4 @@ - + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 697a6d5..75a3c36 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,7 @@ 1.5.5.Final - 1.18.34 + 1.18.32 1.2.3 @@ -115,7 +115,6 @@ io.micronaut micronaut-http-server-netty - 4.7.6 compile @@ -192,7 +191,6 @@ ch.qos.logback logback-classic runtime - 1.5.12 @@ -208,7 +206,7 @@ jakarta.persistence jakarta.persistence-api - 3.2.0 + 3.1.0 jakarta.transaction @@ -218,7 +216,6 @@ com.h2database h2 - 2.2.224 io.micronaut.data @@ -709,4 +706,3 @@ -