diff --git a/pom.xml b/pom.xml index 2775512..ac987bc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.computate smartvillage-platform - 2.0.2 + 2.0.3 Smart Village Platform Red Hat Global Social Innovation Program is partnering with Boston University and Smarta Byar in order to collaborate on creating a global and open research platform allowing researchers to study what social sustainability means by using a digital twin of Veberöd, Sweden as the test village, supported by Smarta Byar. The goal of this collaboration is to build the open source technological infrastructure so that researchers can collaborate on this platform effectively to study mobility, public health, sustainability among other study areas to ultimately help define better the link between well being and eco-smart cities. https://smartabyarsmartvillage.org @@ -85,12 +85,13 @@ 4.10.0 0.21.0 - 2.7.6 - ${quarkus-base.version}.Final-redhat-00006 + 3.2.9 + ${quarkus-base.version}.Final-redhat-00002 ${quarkus.version} quarkus-bom - com.redhat.quarkus.platform + io.quarkus ${quarkus.version} + 5.3.2 4.4.4 ${vertx-base.version}.redhat-00001 @@ -107,7 +108,7 @@ 8.11.1 2.14.1 2.14.1 - 3.12.0.redhat-00001 + 3.13.0.redhat-00001 2.8.0 1.33.0.redhat-00001 3.18.3.redhat-00022 @@ -351,6 +352,63 @@ io.vertx vertx-opentelemetry + + + + + + + io.quarkus + quarkus-resteasy-reactive-jackson + ${quarkus.platform.version} + + + io.quarkus + quarkus-vertx + ${quarkus.platform.version} + + + org.jboss.slf4j + slf4j-jboss-logmanager + + + + + + io.smallrye.reactive + smallrye-mutiny-vertx-web-client + + @@ -377,6 +435,12 @@ ${log4j.version} + + org.apache.logging.log4j + log4j-api + ${log4j.version} + + org.slf4j slf4j-api @@ -387,6 +451,7 @@ org.slf4j slf4j-simple ${slf4j.version} + compile diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 35edcb7..9331876 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -1,6 +1,6 @@ --- -API_VERSION: 2.0.2 +API_VERSION: 2.0.3 SITE_NAME: smartvillage-platform SITE_DISPLAY_NAME: Smart Village Platform SITE_PUBLIC_URL: https://smartabyarsmartvillage.org