[JAVA-29428] Move restx module to heavy profile (#15639)

This commit is contained in:
Harry9656 2024-01-29 23:36:25 +01:00 committed by GitHub
parent 1bf303a1af
commit 4c0c0f8bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -465,10 +465,10 @@
<module>parent-spring-4</module>
<module>parent-spring-5</module>
<module>parent-spring-6</module>
<module>apache-spark</module>
<module>apache-spark</module>
<module>jhipster-modules</module>
<module>web-modules/restx</module>
</modules>
</profile>
@ -615,10 +615,10 @@
<module>parent-spring-4</module>
<module>parent-spring-5</module>
<module>parent-spring-6</module>
<module>apache-spark</module>
<module>apache-spark</module>
<module>jhipster-modules</module>
<module>web-modules/restx</module>
</modules>
</profile>

View File

@ -35,7 +35,6 @@
<!-- <module>raml-modules</module> --> <!-- Not a maven project -->
<module>ratpack</module>
<module>resteasy</module>
<module>restx</module>
<module>rome</module>
<module>spark-java</module>
<module>struts-2</module>

View File

@ -9,9 +9,10 @@
<packaging>war</packaging>
<parent>
<artifactId>parent-modules</artifactId>
<groupId>com.baeldung</groupId>
<artifactId>web-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<dependencies>