Skip to content

Commit c8139e2

Browse files
Tabs to Spaces pom.xml
- Replacing existing tabs with four spaces per tab. - Adjusting xml indentation for consistent visible alignment in file
1 parent c4d75fc commit c8139e2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@
153153
<version>2.3.3</version>
154154
<scope>provided</scope>
155155
<exclusions>
156-
<exclusion>
157-
<groupId>javax.servlet</groupId>
158-
<artifactId>javax.servlet-api</artifactId>
159-
</exclusion>
156+
<exclusion>
157+
<groupId>javax.servlet</groupId>
158+
<artifactId>javax.servlet-api</artifactId>
159+
</exclusion>
160160
</exclusions>
161161
</dependency>
162162
<dependency>
@@ -270,11 +270,11 @@
270270
<groupId>xml-apis</groupId>
271271
<artifactId>xml-apis</artifactId>
272272
<!-- 1.4.01 is NEWER THAN 2.0.2
273-
Check the release dates in maven central
274-
https://mvnrepository.com/artifact/xml-apis/xml-apis
275-
276-
DO NOT UPDATE THIS DEPENDENCY
277-
-->
273+
Check the release dates in maven central
274+
https://mvnrepository.com/artifact/xml-apis/xml-apis
275+
276+
DO NOT UPDATE THIS DEPENDENCY
277+
-->
278278
<version>1.4.01</version>
279279
</dependency>
280280

@@ -310,10 +310,10 @@
310310
<version>4.13.2</version>
311311
<scope>test</scope>
312312
<exclusions>
313-
<exclusion>
314-
<groupId>org.hamcrest</groupId>
315-
<artifactId>hamcrest-core</artifactId>
316-
</exclusion>
313+
<exclusion>
314+
<groupId>org.hamcrest</groupId>
315+
<artifactId>hamcrest-core</artifactId>
316+
</exclusion>
317317
</exclusions>
318318
</dependency>
319319
<dependency>
@@ -336,8 +336,8 @@
336336
<scope>test</scope>
337337
<exclusions>
338338
<exclusion>
339-
<groupId>org.mockito</groupId>
340-
<artifactId>mockito-core</artifactId>
339+
<groupId>org.mockito</groupId>
340+
<artifactId>mockito-core</artifactId>
341341
</exclusion>
342342
</exclusions>
343343
</dependency>
@@ -379,8 +379,8 @@
379379
<artifactId>junit</artifactId>
380380
</exclusion>
381381
<exclusion>
382-
<groupId>org.hamcrest</groupId>
383-
<artifactId>hamcrest-core</artifactId>
382+
<groupId>org.hamcrest</groupId>
383+
<artifactId>hamcrest-core</artifactId>
384384
</exclusion>
385385
</exclusions>
386386
</dependency>
@@ -432,7 +432,7 @@
432432
</plugin>
433433
<plugin>
434434
<groupId>org.codehaus.mojo</groupId>
435-
<artifactId>versions-maven-plugin</artifactId>
435+
<artifactId>versions-maven-plugin</artifactId>
436436
<version>2.8.1</version>
437437
<configuration>
438438
<rulesUri>file:\\\\${project.basedir}/versionRuleset.xml</rulesUri>
@@ -550,7 +550,7 @@
550550
<configuration>
551551
<rules>
552552
<requireMavenVersion>
553-
<version>[3.3.9,)</version>
553+
<version>[3.3.9,)</version>
554554
<message>Building ESAPI 2.x now requires Maven 3.3.9 or later.</message>
555555
</requireMavenVersion>
556556
</rules>

0 commit comments

Comments
 (0)