Skip to content

Commit 6117b6c

Browse files
committed
Consistent use of tabs for indentation in pom files
1 parent 8410e54 commit 6117b6c

File tree

2 files changed

+13
-13
lines changed
  • spring-boot-docs
  • spring-boot-tools/spring-boot-loader/src/it/executable-war

2 files changed

+13
-13
lines changed

spring-boot-docs/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@
105105
<artifactId>log4j</artifactId>
106106
<optional>true</optional>
107107
</dependency>
108-
<dependency>
109-
<groupId>org.apache.logging.log4j</groupId>
110-
<artifactId>log4j-api</artifactId>
111-
<optional>true</optional>
112-
</dependency>
113-
<dependency>
114-
<groupId>org.apache.logging.log4j</groupId>
115-
<artifactId>log4j-core</artifactId>
116-
<optional>true</optional>
117-
</dependency>
108+
<dependency>
109+
<groupId>org.apache.logging.log4j</groupId>
110+
<artifactId>log4j-api</artifactId>
111+
<optional>true</optional>
112+
</dependency>
113+
<dependency>
114+
<groupId>org.apache.logging.log4j</groupId>
115+
<artifactId>log4j-core</artifactId>
116+
<optional>true</optional>
117+
</dependency>
118118
<dependency>
119119
<groupId>org.apache.httpcomponents</groupId>
120120
<artifactId>httpclient</artifactId>

spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<artifactId>executable-war</artifactId>
77
<version>0.0.1.BUILD-SNAPSHOT</version>
88
<packaging>war</packaging>
9-
<properties>
10-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11-
</properties>
9+
<properties>
10+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
11+
</properties>
1212
<build>
1313
<plugins>
1414
<plugin>

0 commit comments

Comments
 (0)