From 768ef317db56def2b11cf740affc3098fbd2d945 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Sun, 9 Nov 2025 14:25:49 +0200 Subject: [PATCH 1/2] [JAVA-49532] --- apache-spark-2/pom.xml | 5 +- apollo/pom.xml | 15 +++--- jts/pom.xml | 30 ++++++------ maven-modules/maven-plugin-management/pom.xml | 2 +- messaging-modules/apache-camel-kserve/pom.xml | 4 +- .../sentiment-service/pom.xml | 47 +++++++++---------- spring-boot-rest-simple/pom.xml | 2 +- 7 files changed, 52 insertions(+), 53 deletions(-) diff --git a/apache-spark-2/pom.xml b/apache-spark-2/pom.xml index 74e26c68d539..d9bfe5b26768 100644 --- a/apache-spark-2/pom.xml +++ b/apache-spark-2/pom.xml @@ -6,7 +6,7 @@ apache-spark-2 1.0-SNAPSHOT jar - apache-spark + apache-spark-2 com.baeldung @@ -36,7 +36,7 @@ maven-assembly-plugin - 3.3.0 + ${maven-assembly-plugin.version} package @@ -67,4 +67,5 @@ 3.4.0 3.3.0 + diff --git a/apollo/pom.xml b/apollo/pom.xml index 8ee15d7ef9ef..e7b7abbc7bf3 100644 --- a/apollo/pom.xml +++ b/apollo/pom.xml @@ -1,9 +1,9 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - apolllo + apollo 1.0-SNAPSHOT jar apollo @@ -17,11 +17,10 @@ - - org.springframework.boot - spring-boot-starter-web - - + + org.springframework.boot + spring-boot-starter-web + com.ctrip.framework.apollo apollo-client diff --git a/jts/pom.xml b/jts/pom.xml index afbc543b46fd..9080121fedf3 100644 --- a/jts/pom.xml +++ b/jts/pom.xml @@ -2,6 +2,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + jst + 1.0-SNAPSHOT + jar com.baeldung @@ -9,21 +12,6 @@ 1.0.0-SNAPSHOT - com.baeldung.jts - jst-example - 1.0-SNAPSHOT - jar - - - 21 - 21 - 2.0.17 - 4.13.2 - 1.20.0 - 1.5.18 - 3.14.0 - 3.2.4 - org.locationtech.jts @@ -90,4 +78,16 @@ + + + 21 + 21 + 2.0.17 + 4.13.2 + 1.20.0 + 1.5.18 + 3.14.0 + 3.2.4 + + \ No newline at end of file diff --git a/maven-modules/maven-plugin-management/pom.xml b/maven-modules/maven-plugin-management/pom.xml index 2c600b45b480..9d4d700284e9 100644 --- a/maven-modules/maven-plugin-management/pom.xml +++ b/maven-modules/maven-plugin-management/pom.xml @@ -3,7 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - plugin-management + maven-plugin-management 1.0.0-SNAPSHOT pom diff --git a/messaging-modules/apache-camel-kserve/pom.xml b/messaging-modules/apache-camel-kserve/pom.xml index f31ae23c3d29..c051541613ec 100644 --- a/messaging-modules/apache-camel-kserve/pom.xml +++ b/messaging-modules/apache-camel-kserve/pom.xml @@ -3,6 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + apache-camel-kserve pom @@ -11,9 +12,8 @@ 0.0.1-SNAPSHOT - sentiment-parent-pom - sentiment-service + diff --git a/messaging-modules/apache-camel-kserve/sentiment-service/pom.xml b/messaging-modules/apache-camel-kserve/sentiment-service/pom.xml index 15fdecf539e6..b972c959c294 100644 --- a/messaging-modules/apache-camel-kserve/sentiment-service/pom.xml +++ b/messaging-modules/apache-camel-kserve/sentiment-service/pom.xml @@ -3,31 +3,18 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + sentiment-service + sentiment-service + This is the main service of the system, that uses Apache Camel to integrate with Triton server and + use an AI model for inference + com.baeldung - sentiment-parent-pom + apache-camel-kserve 0.0.1-SNAPSHOT - Sentiment System - Service - This is the main service of the system, that uses Apache Camel to integrate with Triton server and - use an AI model for inference - sentiment-service - - - 21 - ${java.version} - ${java.version} - ${java.version} - UTF-8 - - 4.13.0 - 2.19.2 - 0.21.0 - 3.6.0 - - @@ -35,7 +22,6 @@ camel-main ${camel.version} - org.apache.camel @@ -47,21 +33,18 @@ camel-rest ${camel.version} - org.apache.camel camel-kserve ${camel.version} - com.fasterxml.jackson.core jackson-databind ${jackson-databind.version} - ai.djl.huggingface @@ -91,7 +74,9 @@ package - shade + + shade + @@ -105,4 +90,18 @@ + + + 21 + ${java.version} + ${java.version} + ${java.version} + UTF-8 + + 4.13.0 + 2.19.2 + 0.21.0 + 3.6.0 + + diff --git a/spring-boot-rest-simple/pom.xml b/spring-boot-rest-simple/pom.xml index 25e1123d93ab..d584eea26304 100644 --- a/spring-boot-rest-simple/pom.xml +++ b/spring-boot-rest-simple/pom.xml @@ -4,7 +4,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.baeldung.web - spring-boot-simple + spring-boot-rest-simple spring-boot-rest-simple war Spring Boot Rest Module From 6efe242b2b590071fd0becb98e8de06e494384e2 Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Wed, 12 Nov 2025 18:19:43 +0200 Subject: [PATCH 2/2] [JAVA-49532] --- maven-modules/maven-plugin-management/submodule-1/pom.xml | 2 +- maven-modules/maven-plugin-management/submodule-2/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-modules/maven-plugin-management/submodule-1/pom.xml b/maven-modules/maven-plugin-management/submodule-1/pom.xml index b4048b0e39a0..ea0046ebcd04 100644 --- a/maven-modules/maven-plugin-management/submodule-1/pom.xml +++ b/maven-modules/maven-plugin-management/submodule-1/pom.xml @@ -6,7 +6,7 @@ submodule-1 - plugin-management + maven-plugin-management com.baeldung 1.0.0-SNAPSHOT ../pom.xml diff --git a/maven-modules/maven-plugin-management/submodule-2/pom.xml b/maven-modules/maven-plugin-management/submodule-2/pom.xml index 21578718cd98..c115f66d004d 100644 --- a/maven-modules/maven-plugin-management/submodule-2/pom.xml +++ b/maven-modules/maven-plugin-management/submodule-2/pom.xml @@ -6,7 +6,7 @@ submodule-2 - plugin-management + maven-plugin-management com.baeldung 1.0.0-SNAPSHOT ../pom.xml