From 4c0c0f8bcf10f31936ec1a075f8b0700fd503f93 Mon Sep 17 00:00:00 2001 From: Harry9656 Date: Mon, 29 Jan 2024 23:36:25 +0100 Subject: [PATCH] [JAVA-29428] Move restx module to heavy profile (#15639) --- pom.xml | 8 ++++---- web-modules/pom.xml | 1 - web-modules/restx/pom.xml | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index a73d508d89..f54e755e69 100644 --- a/pom.xml +++ b/pom.xml @@ -465,10 +465,10 @@ parent-spring-4 parent-spring-5 parent-spring-6 - - apache-spark + apache-spark jhipster-modules + web-modules/restx @@ -615,10 +615,10 @@ parent-spring-4 parent-spring-5 parent-spring-6 - - apache-spark + apache-spark jhipster-modules + web-modules/restx diff --git a/web-modules/pom.xml b/web-modules/pom.xml index 6119316a62..a23bc9a7a6 100644 --- a/web-modules/pom.xml +++ b/web-modules/pom.xml @@ -35,7 +35,6 @@ ratpack resteasy - restx rome spark-java struts-2 diff --git a/web-modules/restx/pom.xml b/web-modules/restx/pom.xml index 58877ca72c..f0b4bace48 100644 --- a/web-modules/restx/pom.xml +++ b/web-modules/restx/pom.xml @@ -9,9 +9,10 @@ war + parent-modules com.baeldung - web-modules 1.0.0-SNAPSHOT + ../../