2020-01-21 04:43:27 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-05-13 13:17:40 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
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">
|
2020-01-21 04:43:27 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.baeldung.spring-boot-modules</groupId>
|
|
|
|
<artifactId>spring-boot-modules</artifactId>
|
2020-07-07 07:18:10 -04:00
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
<name>spring-boot-modules</name>
|
2022-05-08 07:06:25 -04:00
|
|
|
<packaging>pom</packaging>
|
2020-07-07 07:18:10 -04:00
|
|
|
|
2020-01-21 04:43:27 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
2024-02-26 20:49:02 -05:00
|
|
|
<artifactId>parent-boot-3</artifactId>
|
2020-07-07 07:18:10 -04:00
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
2024-02-26 20:49:02 -05:00
|
|
|
<relativePath>../parent-boot-3</relativePath>
|
2020-01-21 04:43:27 -05:00
|
|
|
</parent>
|
|
|
|
|
2022-05-08 07:06:25 -04:00
|
|
|
<modules>
|
2020-01-28 08:02:15 -05:00
|
|
|
<module>spring-boot-admin</module>
|
2020-02-17 01:30:36 -05:00
|
|
|
<module>spring-boot-angular</module>
|
|
|
|
<module>spring-boot-annotations</module>
|
2024-03-17 10:14:47 -04:00
|
|
|
<module>spring-boot-annotations-2</module>
|
2020-01-27 01:36:10 -05:00
|
|
|
<module>spring-boot-artifacts</module>
|
2020-12-22 18:04:10 -05:00
|
|
|
<module>spring-boot-artifacts-2</module>
|
2020-01-27 17:12:28 -05:00
|
|
|
<module>spring-boot-autoconfiguration</module>
|
2020-03-18 16:04:46 -04:00
|
|
|
<module>spring-boot-basic-customization</module>
|
2020-10-03 04:02:38 -04:00
|
|
|
<module>spring-boot-basic-customization-2</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-bootstrap</module>
|
2024-04-22 04:41:44 -04:00
|
|
|
<!--<module>spring-boot-basic-customization-3</module>--> <!--JAVA-33979-->
|
|
|
|
<module>spring-boot-logging-loki</module>
|
2024-03-25 18:06:53 -04:00
|
|
|
<module>spring-boot-caching</module> <!-- failing after upgrading to spring boot 3.2.x -->
|
|
|
|
<module>spring-boot-caching-2</module> <!-- failing after upgrading to spring boot 3.2.x -->
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-client</module>
|
|
|
|
<module>spring-boot-config-jpa-error</module>
|
|
|
|
<module>spring-boot-ctx-fluent</module>
|
|
|
|
<module>spring-boot-deployment</module>
|
2024-03-29 06:41:09 -04:00
|
|
|
<module>spring-boot-di</module>
|
2021-04-21 08:49:07 -04:00
|
|
|
<module>spring-boot-disable-logging</module>
|
2020-05-17 07:10:44 -04:00
|
|
|
<module>spring-boot-ci-cd</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<!-- <module>spring-boot-cli</module> --> <!-- Not a maven project -->
|
2024-03-17 08:42:29 -04:00
|
|
|
<module>spring-boot-custom-starter</module>
|
2020-01-30 15:53:43 -05:00
|
|
|
<module>spring-boot-crud</module>
|
2020-01-26 17:51:19 -05:00
|
|
|
<module>spring-boot-data</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-environment</module>
|
2020-03-08 16:24:37 -04:00
|
|
|
<module>spring-boot-exceptions</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-flowable</module>
|
2024-03-04 15:59:42 -05:00
|
|
|
<module>spring-boot-graphql</module>
|
2023-12-05 00:13:20 -05:00
|
|
|
<!--<module>spring-boot-groovy</module>--> <!-- failing after upgrading to jdk17-->
|
2020-01-30 04:46:04 -05:00
|
|
|
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
|
2023-08-23 08:55:38 -04:00
|
|
|
<module>spring-boot-jasypt</module>
|
2024-03-10 17:41:00 -04:00
|
|
|
<module>spring-boot-jsp</module>
|
2022-05-22 06:44:39 -04:00
|
|
|
<module>spring-boot-keycloak</module>
|
2022-07-03 12:09:53 -04:00
|
|
|
<module>spring-boot-keycloak-2</module>
|
2024-02-26 20:49:02 -05:00
|
|
|
<!-- <module>spring-boot-libraries</module>--> <!-- failing after upgrading to spring boot 3.2.x -->
|
|
|
|
<!-- <module>spring-boot-libraries-2</module>--> <!-- failing after upgrading to spring boot 3.2.x -->
|
2024-03-01 13:56:23 -05:00
|
|
|
<module>spring-boot-libraries-3</module>
|
2022-12-03 01:57:08 -05:00
|
|
|
<module>spring-boot-process-automation</module>
|
2023-01-23 09:44:23 -05:00
|
|
|
<module>spring-boot-logging-logback</module>
|
2020-01-31 02:38:03 -05:00
|
|
|
<module>spring-boot-logging-log4j2</module>
|
2024-03-25 18:20:02 -04:00
|
|
|
<module>spring-boot-mvc</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-mvc-2</module>
|
2020-07-07 23:00:05 -04:00
|
|
|
<module>spring-boot-mvc-3</module>
|
2022-04-15 05:27:20 -04:00
|
|
|
<module>spring-boot-mvc-4</module>
|
2024-03-23 07:49:34 -04:00
|
|
|
<module>spring-boot-mvc-5</module>
|
2020-01-26 11:06:40 -05:00
|
|
|
<module>spring-boot-mvc-birt</module>
|
2021-02-15 13:35:32 -05:00
|
|
|
<module>spring-boot-mvc-jersey</module>
|
2020-01-28 16:08:47 -05:00
|
|
|
<module>spring-boot-nashorn</module>
|
2020-02-22 14:08:14 -05:00
|
|
|
<module>spring-boot-parent</module>
|
2020-02-06 16:19:54 -05:00
|
|
|
<module>spring-boot-performance</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-property-exp</module>
|
2022-12-22 14:03:54 -05:00
|
|
|
<module>spring-boot-request-params</module>
|
2024-03-17 08:04:56 -04:00
|
|
|
<module>spring-boot-runtime</module>
|
|
|
|
<module>spring-boot-runtime-2</module>
|
2020-01-30 04:02:25 -05:00
|
|
|
<module>spring-boot-security</module>
|
2023-11-07 05:22:43 -05:00
|
|
|
<module>spring-boot-security-2</module>
|
|
|
|
<module>spring-boot-ssl-bundles</module>
|
|
|
|
<module>spring-boot-telegram</module>
|
2024-03-17 10:06:36 -04:00
|
|
|
<module>spring-boot-springdoc</module>
|
2024-03-31 15:38:53 -04:00
|
|
|
<module>spring-boot-swagger</module>
|
2024-02-26 20:49:02 -05:00
|
|
|
<!-- <module>spring-boot-swagger-2</module>--> <!-- failing after upgrading to spring boot 3. Swagger codegen yet not compatible?!-->
|
2020-10-26 22:12:50 -04:00
|
|
|
<module>spring-boot-swagger-jwt</module>
|
2022-01-04 20:58:21 -05:00
|
|
|
<module>spring-boot-swagger-keycloak</module>
|
2023-07-05 13:40:52 -04:00
|
|
|
<module>spring-boot-swagger-springfox</module>
|
2024-03-21 19:32:58 -04:00
|
|
|
<module>spring-boot-testing</module>
|
|
|
|
<module>spring-boot-testing-2</module>
|
2023-06-30 07:07:55 -04:00
|
|
|
<module>spring-boot-testing-spock</module>
|
2020-01-26 11:18:35 -05:00
|
|
|
<module>spring-boot-vue</module>
|
2020-07-07 07:18:10 -04:00
|
|
|
<module>spring-boot-actuator</module>
|
2020-12-04 12:55:44 -05:00
|
|
|
<module>spring-boot-data-2</module>
|
2021-06-08 05:16:37 -04:00
|
|
|
<module>spring-boot-validation</module>
|
2024-02-27 12:42:03 -05:00
|
|
|
<!-- <module>spring-boot-data-3</module>--> <!-- failing after upgrading to spring boot 3.2.x -->
|
2024-03-30 07:48:24 -04:00
|
|
|
<module>spring-boot-redis</module>
|
2023-03-22 23:38:51 -04:00
|
|
|
<module>spring-boot-cassandre</module>
|
2024-03-20 17:57:46 -04:00
|
|
|
<module>spring-boot-react</module>
|
2024-04-04 21:45:03 -04:00
|
|
|
<module>spring-caching-3</module>
|
2023-05-01 16:04:11 -04:00
|
|
|
<!-- <module>spring-boot-3</module> --> <!-- JAVA-20931 -->
|
2024-01-05 04:37:23 -05:00
|
|
|
<module>spring-boot-3-grpc</module>
|
2024-03-30 07:48:24 -04:00
|
|
|
<module>spring-boot-3-native</module>
|
2023-03-22 23:38:51 -04:00
|
|
|
<module>spring-boot-3-observation</module>
|
|
|
|
<module>spring-boot-3-test-pitfalls</module>
|
2023-08-25 07:59:22 -04:00
|
|
|
<module>spring-boot-3-testcontainers</module>
|
2024-03-15 03:45:46 -04:00
|
|
|
<module>spring-boot-3-2</module>
|
2023-04-04 09:49:54 -04:00
|
|
|
<module>spring-boot-resilience4j</module>
|
2023-08-07 14:44:56 -04:00
|
|
|
<module>spring-boot-properties</module>
|
2023-04-13 09:18:11 -04:00
|
|
|
<module>spring-boot-properties-2</module>
|
2024-03-25 17:51:56 -04:00
|
|
|
<module>spring-boot-properties-3</module> <!-- failing after upgrading to spring boot 3.2.x -->
|
2023-06-22 10:53:01 -04:00
|
|
|
<module>spring-boot-properties-4</module>
|
2023-04-13 09:18:11 -04:00
|
|
|
<module>spring-boot-properties-migrator-demo</module>
|
2024-03-29 06:41:09 -04:00
|
|
|
<module>spring-boot-aws</module>
|
2023-09-07 11:47:37 -04:00
|
|
|
<module>spring-boot-keycloak-adapters</module>
|
|
|
|
<module>spring-boot-mvc-legacy</module>
|
|
|
|
<module>spring-boot-springdoc-2</module>
|
2023-08-17 08:44:53 -04:00
|
|
|
<module>spring-boot-documentation</module>
|
2023-09-13 05:28:47 -04:00
|
|
|
<module>spring-boot-3-url-matching</module>
|
2023-10-02 18:07:18 -04:00
|
|
|
<module>spring-boot-graalvm-docker</module>
|
2023-09-17 13:06:14 -04:00
|
|
|
<module>spring-boot-validations</module>
|
2024-02-21 21:01:05 -05:00
|
|
|
<module>spring-boot-openapi</module>
|
2024-04-05 19:58:03 -04:00
|
|
|
<module>spring-boot-brave</module>
|
2020-01-26 11:18:35 -05:00
|
|
|
</modules>
|
|
|
|
|
2020-07-07 23:00:05 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.junit</groupId>
|
|
|
|
<artifactId>junit-bom</artifactId>
|
|
|
|
<version>${junit-jupiter.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
<version>${spring-boot.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
2023-03-14 19:44:31 -04:00
|
|
|
</project>
|