Skip to content

Commit 0758771

Browse files
Trailing whitespace pom.xml
Removing trailing whitespace from lines in pom.xml
1 parent c8139e2 commit 0758771

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
<exclusions>
156156
<exclusion>
157157
<groupId>javax.servlet</groupId>
158-
<artifactId>javax.servlet-api</artifactId>
158+
<artifactId>javax.servlet-api</artifactId>
159159
</exclusion>
160160
</exclusions>
161161
</dependency>
@@ -272,7 +272,7 @@
272272
<!-- 1.4.01 is NEWER THAN 2.0.2
273273
Check the release dates in maven central
274274
https://mvnrepository.com/artifact/xml-apis/xml-apis
275-
275+
276276
DO NOT UPDATE THIS DEPENDENCY
277277
-->
278278
<version>1.4.01</version>
@@ -334,14 +334,14 @@
334334
<artifactId>powermock-api-mockito2</artifactId>
335335
<version>${version.powermock}</version>
336336
<scope>test</scope>
337-
<exclusions>
337+
<exclusions>
338338
<exclusion>
339339
<groupId>org.mockito</groupId>
340340
<artifactId>mockito-core</artifactId>
341341
</exclusion>
342342
</exclusions>
343343
</dependency>
344-
<!-- The following imported solely so we can exclude its dependency on: org.objenesis:objenesis, which conflicts with
344+
<!-- The following imported solely so we can exclude its dependency on: org.objenesis:objenesis, which conflicts with
345345
another import by a dependency of powermock-api-mockito2. -->
346346
<dependency>
347347
<groupId>org.mockito</groupId>
@@ -539,7 +539,7 @@
539539
<artifactId>animal-sniffer-enforcer-rule</artifactId>
540540
<version>1.20</version>
541541
</dependency>
542-
542+
543543
</dependencies>
544544
<executions>
545545
<execution>
@@ -575,7 +575,7 @@
575575
<ignoreOptionals>true</ignoreOptionals>
576576
<ignoredScopes/><!-- 'test' scopes not ignored so we can actually test on Java 8. -->
577577
<message>Dependencies shouldn't require Java 9+</message>
578-
</enforceBytecodeVersion>
578+
</enforceBytecodeVersion>
579579
</rules>
580580
<fail>true</fail>
581581
</configuration>

0 commit comments

Comments
 (0)