deps: Updated the maven imports of page-controller pattern for SpringBoot 3.2.4 (#2862)

* Updated the imports in code of the single table inheritance pattern for Spring Boot 3.x

#2825
Change javax library to jakarta

* add pom.xml

* Updated the imports in code of the healthcheck pattern for SpringBoot 3.x

Change javax library to jakarta and update maven dependency versions

* change order of imports to pass Checkstyle violations

* change import order to pass lexicographical order test

* change import order to pass CustomImportOrder warning

* Updated the maven imports of layers pattern for SpringBoot 3.2.4

* remove unused maven import

* Updated the maven imports of page-controller pattern for SpringBoot 3.2.4

- add page-controller module on parent pom.xml
- add artifact information on page-controller pom.xml
- add Springboot3, proper test dependencies on page-controller pom.xml
This commit is contained in:
Jun Kang
2024-03-30 13:58:18 +02:00
committed by GitHub
parent 9538c7820c
commit 8471c93035
2 changed files with 21 additions and 1 deletions
+1
View File
@@ -138,6 +138,7 @@
<module>abstract-document</module>
<module>aggregator-microservices</module>
<module>promise</module>
<module>page-controller</module>
<module>page-object</module>
<module>event-asynchronous</module>
<module>event-queue</module>