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>
|
2020-01-21 04:43:27 -05:00
|
|
|
<packaging>pom</packaging>
|
2020-07-07 07:18:10 -04:00
|
|
|
<name>spring-boot-modules</name>
|
|
|
|
|
2020-01-21 04:43:27 -05:00
|
|
|
<parent>
|
|
|
|
<groupId>com.baeldung</groupId>
|
2020-07-07 07:18:10 -04:00
|
|
|
<artifactId>parent-boot-2</artifactId>
|
|
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
<relativePath>../parent-boot-2</relativePath>
|
2020-01-21 04:43:27 -05:00
|
|
|
</parent>
|
|
|
|
|
2020-01-26 11:18:35 -05:00
|
|
|
<modules>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot</module>
|
2020-06-03 08:59:42 -04:00
|
|
|
<module>spring-boot-1</module>
|
2021-12-07 10:12:55 -05:00
|
|
|
<module>spring-boot-2</module>
|
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>
|
2021-12-12 06:51:57 -05: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>
|
|
|
|
<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 16:29:32 -05:00
|
|
|
<module>spring-boot-di</module>
|
2021-04-21 08:49:07 -04:00
|
|
|
<module>spring-boot-disable-logging</module>
|
2020-01-26 18:19:57 -05:00
|
|
|
<module>spring-boot-camel</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 -->
|
2020-01-30 14:57:32 -05: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>
|
2020-09-07 11:45:50 -04:00
|
|
|
<module>spring-boot-groovy</module>
|
2020-01-30 04:46:04 -05:00
|
|
|
<!-- <module>spring-boot-gradle</module> --> <!-- Not a maven project -->
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-jasypt</module>
|
2021-11-04 07:37:59 -04:00
|
|
|
<!-- <module>spring-boot-keycloak</module> --> <!-- Fixing under JAVA-8271 -->
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-libraries</module>
|
2020-09-26 17:14:11 -04:00
|
|
|
<module>spring-boot-libraries-2</module>
|
2020-01-31 02:38:03 -05:00
|
|
|
<module>spring-boot-logging-log4j2</module>
|
2022-02-04 11:58:16 -05:00
|
|
|
<module>spring-boot-multiple-datasources</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-mvc</module>
|
|
|
|
<module>spring-boot-mvc-2</module>
|
2020-07-07 23:00:05 -04:00
|
|
|
<module>spring-boot-mvc-3</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-01-26 17:58:19 -05:00
|
|
|
<module>spring-boot-properties</module>
|
2020-05-19 16:30:01 -04:00
|
|
|
<module>spring-boot-properties-2</module>
|
2020-08-18 04:32:12 -04:00
|
|
|
<module>spring-boot-properties-3</module>
|
2020-02-02 14:44:54 -05:00
|
|
|
<module>spring-boot-property-exp</module>
|
|
|
|
<module>spring-boot-runtime</module>
|
2021-02-08 21:11:25 -05:00
|
|
|
<module>spring-boot-runtime-2</module>
|
2020-01-30 04:02:25 -05:00
|
|
|
<module>spring-boot-security</module>
|
2020-01-26 18:27:24 -05:00
|
|
|
<module>spring-boot-springdoc</module>
|
2022-02-18 03:30:42 -05:00
|
|
|
<module>spring-boot-swagger</module>
|
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>
|
2020-01-26 17:09:20 -05:00
|
|
|
<module>spring-boot-testing</module>
|
2021-12-14 18:05:19 -05:00
|
|
|
<module>spring-boot-testing-2</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>
|
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>
|
|
|
|
|
2022-01-04 20:58:21 -05:00
|
|
|
</project>
|