From: Kai Moritz Date: Sun, 15 Jan 2023 18:31:18 +0000 (+0100) Subject: chore: Fixed indentation of the `pom.xml` X-Git-Tag: wip~109 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=c9b6436008af42b013eae96db44d1d568b2ec9fa;p=demos%2Fkafka%2Fchat chore: Fixed indentation of the `pom.xml` --- 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 + + + + + +