From ec06909f0c426fdd08f9e7ab298894fd0269dac5 Mon Sep 17 00:00:00 2001 From: Azhwani Date: Sun, 30 May 2021 14:27:42 +0200 Subject: [PATCH] format pom.xml --- .../spring-boot-exceptions/pom.xml | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/spring-boot-modules/spring-boot-exceptions/pom.xml b/spring-boot-modules/spring-boot-exceptions/pom.xml index 19011db771..9866c418be 100644 --- a/spring-boot-modules/spring-boot-exceptions/pom.xml +++ b/spring-boot-modules/spring-boot-exceptions/pom.xml @@ -1,36 +1,36 @@ - 4.0.0 - spring-boot-exceptions - jar - spring-boot-exceptions - Demo project for working with Spring Boot exceptions + 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"> + 4.0.0 + spring-boot-exceptions + jar + spring-boot-exceptions + Demo project for working with Spring Boot exceptions - - com.baeldung.spring-boot-modules - spring-boot-modules - 1.0.0-SNAPSHOT - ../ - + + com.baeldung.spring-boot-modules + spring-boot-modules + 1.0.0-SNAPSHOT + ../ + - - - - org.springframework.boot - spring-boot-starter-web - - + + + + org.springframework.boot + spring-boot-starter-web + + - - spring-boot-exceptions - - - src/main/resources - true - - - + + spring-boot-exceptions + + + src/main/resources + true + + + \ No newline at end of file