From c9b6436008af42b013eae96db44d1d568b2ec9fa Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 15 Jan 2023 19:31:18 +0100 Subject: [PATCH] chore: Fixed indentation of the `pom.xml` --- pom.xml | 118 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/pom.xml b/pom.xml index d5e287b1..98ef4afd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,65 +1,65 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 3.0.0 - - - de.juplo.kafka - chatroom - 0.0.1-SNAPSHOT - Chatroom Service - Simplified Chatroom-Service, that needs state on the server - - 17 - - - - org.springframework.boot - spring-boot-starter-web - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.0.0 + + + de.juplo.kafka + chatroom + 0.0.1-SNAPSHOT + Chatroom Service + Simplified Chatroom-Service, that needs state on the server + + 17 + + + + org.springframework.boot + spring-boot-starter-web + - - org.springframework.boot - spring-boot-devtools - runtime - true - - - org.springframework.boot - spring-boot-configuration-processor - true - - - org.projectlombok - lombok - true - - - org.springframework.boot - spring-boot-starter-test - test - - + + org.springframework.boot + spring-boot-devtools + runtime + true + + + org.springframework.boot + spring-boot-configuration-processor + true + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + + + + -- 2.20.1