2020-01-21 10:43:27 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-05-13 22:47:40 +05:30
|
|
|
<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 10:43:27 +01:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>com.baeldung.spring-boot-modules</groupId>
|
|
|
|
<artifactId>spring-boot-modules</artifactId>
|
2020-07-07 14:18:10 +03:00
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
<name>spring-boot-modules</name>
|
2022-05-08 16:36:25 +05:30
|
|
|
<packaging>pom</packaging>
|
2020-07-07 14:18:10 +03:00
|
|
|
|
2020-01-21 10:43:27 +01:00
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
2020-07-07 14:18:10 +03:00
|
|
|
<artifactId>parent-boot-2</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../parent-boot-2</relativePath>
|
2020-01-21 10:43:27 +01:00
|
|
|
</parent>
|
|
|
|
|
2022-05-08 16:36:25 +05:30
|
|
|
<modules>
|
2020-01-28 14:02:15 +01:00
|
|
|
<module>spring-boot-admin</module>
|
2020-02-17 07:30:36 +01:00
|
|
|
<module>spring-boot-angular</module>
|
|
|
|
<module>spring-boot-annotations</module>
|
2021-12-12 17:21:57 +05:30
|
|
|
<module>spring-boot-annotations-2</module>
|
2020-01-27 07:36:10 +01:00
|
|
|
<module>spring-boot-artifacts</module>
|
2020-12-23 00:04:10 +01:00
|
|
|
<module>spring-boot-artifacts-2</module>
|
2020-01-27 23:12:28 +01:00
|
|
|
<module>spring-boot-autoconfiguration</module>
|
2020-03-18 21:04:46 +01:00
|
|
|
<module>spring-boot-basic-customization</module>
|
2020-10-03 11:32:38 +03:30
|
|
|
<module>spring-boot-basic-customization-2</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-bootstrap</module>
|
|
|
|
<module>spring-boot-client</module>
|
|
|
|
<module>spring-boot-config-jpa-error</module>
|
|
|
|
<module>spring-boot-ctx-fluent</module>
|
|
|
|
<module>spring-boot-deployment</module>
|
2020-02-06 22:29:32 +01:00
|
|
|
<module>spring-boot-di</module>
|
2021-04-21 14:49:07 +02:00
|
|
|
<module>spring-boot-disable-logging</module>
|
2020-05-17 13:10:44 +02:00
|
|
|
<module>spring-boot-ci-cd</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<!-- <module>spring-boot-cli</module> --> <!-- Not a maven project -->
|
2020-01-30 21:57:32 +02:00
|
|
|
<module>spring-boot-custom-starter</module>
|
2020-01-30 21:53:43 +01:00
|
|
|
<module>spring-boot-crud</module>
|
2020-01-26 23:51:19 +01:00
|
|
|
<module>spring-boot-data</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-environment</module>
|
2020-03-08 16:24:37 -04:00
|
|
|
<module>spring-boot-exceptions</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-flowable</module>
|
2022-10-07 18:21:41 +01:00
|
|
|
<module>spring-boot-graphql</module>
|
2020-09-07 21:15:50 +05:30
|
|
|
<module>spring-boot-groovy</module>
|
2020-01-30 10:46:04 +01:00
|
|
|
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-jasypt</module>
|
2022-07-05 19:39:15 +05:30
|
|
|
<module>spring-boot-jsp</module>
|
2022-05-22 11:44:39 +01:00
|
|
|
<module>spring-boot-keycloak</module>
|
2022-07-03 18:09:53 +02:00
|
|
|
<module>spring-boot-keycloak-2</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-libraries</module>
|
2020-09-26 23:14:11 +02:00
|
|
|
<module>spring-boot-libraries-2</module>
|
2022-12-03 10:27:08 +03:30
|
|
|
<module>spring-boot-process-automation</module>
|
2023-01-23 18:14:23 +03:30
|
|
|
<module>spring-boot-logging-logback</module>
|
2020-01-31 08:38:03 +01:00
|
|
|
<module>spring-boot-logging-log4j2</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-mvc</module>
|
|
|
|
<module>spring-boot-mvc-2</module>
|
2020-07-08 05:00:05 +02:00
|
|
|
<module>spring-boot-mvc-3</module>
|
2022-04-15 14:57:20 +05:30
|
|
|
<module>spring-boot-mvc-4</module>
|
2022-11-18 07:49:32 +05:30
|
|
|
<module>spring-boot-mvc-5</module>
|
2020-01-26 17:06:40 +01:00
|
|
|
<module>spring-boot-mvc-birt</module>
|
2021-02-15 19:35:32 +01:00
|
|
|
<module>spring-boot-mvc-jersey</module>
|
2020-01-28 22:08:47 +01:00
|
|
|
<module>spring-boot-nashorn</module>
|
2020-02-22 20:08:14 +01:00
|
|
|
<module>spring-boot-parent</module>
|
2020-02-06 22:19:54 +01:00
|
|
|
<module>spring-boot-performance</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-property-exp</module>
|
2022-12-23 00:33:54 +05:30
|
|
|
<module>spring-boot-request-params</module>
|
2020-02-02 20:44:54 +01:00
|
|
|
<module>spring-boot-runtime</module>
|
2021-02-08 21:11:25 -05:00
|
|
|
<module>spring-boot-runtime-2</module>
|
2020-01-30 10:02:25 +01:00
|
|
|
<module>spring-boot-security</module>
|
2020-01-27 00:27:24 +01:00
|
|
|
<module>spring-boot-springdoc</module>
|
2022-02-18 09:30:42 +01:00
|
|
|
<module>spring-boot-swagger</module>
|
2022-09-02 20:19:15 +05:30
|
|
|
<module>spring-boot-swagger-2</module>
|
2020-10-27 02:12:50 +00:00
|
|
|
<module>spring-boot-swagger-jwt</module>
|
2022-01-05 02:58:21 +01:00
|
|
|
<module>spring-boot-swagger-keycloak</module>
|
2020-01-26 23:09:20 +01:00
|
|
|
<module>spring-boot-testing</module>
|
2021-12-14 23:05:19 +00:00
|
|
|
<module>spring-boot-testing-2</module>
|
2020-01-26 17:18:35 +01:00
|
|
|
<module>spring-boot-vue</module>
|
2020-07-07 14:18:10 +03:00
|
|
|
<module>spring-boot-actuator</module>
|
2020-12-04 19:55:44 +02:00
|
|
|
<module>spring-boot-data-2</module>
|
2021-06-08 12:16:37 +03:00
|
|
|
<module>spring-boot-validation</module>
|
2022-06-16 12:58:07 +05:30
|
|
|
<module>spring-boot-data-3</module>
|
2023-05-24 19:37:51 +05:30
|
|
|
<module>spring-caching</module>
|
2023-03-23 05:38:51 +02:00
|
|
|
<module>spring-caching-2</module>
|
|
|
|
<module>spring-boot-redis</module>
|
|
|
|
<module>spring-boot-cassandre</module>
|
|
|
|
<module>spring-boot-react</module>
|
2023-05-02 01:34:11 +05:30
|
|
|
<!-- <module>spring-boot-3</module> --> <!-- JAVA-20931 -->
|
2023-03-23 05:38:51 +02:00
|
|
|
<module>spring-boot-3-native</module>
|
|
|
|
<module>spring-boot-3-observation</module>
|
|
|
|
<module>spring-boot-3-test-pitfalls</module>
|
2023-04-04 16:49:54 +03:00
|
|
|
<module>spring-boot-resilience4j</module>
|
2023-04-13 16:18:11 +03:00
|
|
|
<module>spring-boot-properties</module>
|
|
|
|
<module>spring-boot-properties-2</module>
|
|
|
|
<module>spring-boot-properties-3</module>
|
|
|
|
<module>spring-boot-properties-migrator-demo</module>
|
2020-01-26 17:18:35 +01:00
|
|
|
</modules>
|
|
|
|
|
2020-07-08 05:00:05 +02: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-23 05:38:51 +02:00
|
|
|
<properties>
|
|
|
|
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
|
|
|
|
</properties>
|
|
|
|
|
2023-03-15 05:14:31 +05:30
|
|
|
</project>
|