Skip to content

Commit 5690c4a

Browse files
authored
chore: Format parent pom (#3994)
1 parent 58afa8e commit 5690c4a

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

spoon-pom/pom.xml

+32-32
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
You as the user are entitled to choose the terms under which to adopt Spoon.
77
88
-->
9-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
9+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1011
<modelVersion>4.0.0</modelVersion>
1112

1213
<groupId>fr.inria.gforge.spoon</groupId>
@@ -35,41 +36,41 @@
3536
<scope>test</scope>
3637
</dependency>
3738
<dependency>
38-
<groupId>org.mockito</groupId>
39-
<artifactId>mockito-core</artifactId>
40-
<version>3.11.1</version>
41-
<scope>test</scope>
39+
<groupId>org.mockito</groupId>
40+
<artifactId>mockito-core</artifactId>
41+
<version>3.11.1</version>
42+
<scope>test</scope>
43+
</dependency>
44+
<dependency>
45+
<groupId>org.junit.jupiter</groupId>
46+
<artifactId>junit-jupiter-engine</artifactId>
47+
<version>5.7.2</version>
48+
<scope>test</scope>
49+
</dependency>
50+
<dependency>
51+
<groupId>org.junit.jupiter</groupId>
52+
<artifactId>junit-jupiter-params</artifactId>
53+
<version>5.7.2</version>
54+
<scope>test</scope>
4255
</dependency>
43-
<dependency>
44-
<groupId>org.junit.jupiter</groupId>
45-
<artifactId>junit-jupiter-engine</artifactId>
46-
<version>5.7.2</version>
47-
<scope>test</scope>
48-
</dependency>
49-
<dependency>
50-
<groupId>org.junit.jupiter</groupId>
51-
<artifactId>junit-jupiter-params</artifactId>
52-
<version>5.7.2</version>
53-
<scope>test</scope>
54-
</dependency>
5556
<dependency>
5657
<groupId>org.mockito</groupId>
5758
<artifactId>mockito-junit-jupiter</artifactId>
5859
<version>3.11.1</version>
5960
<scope>test</scope>
6061
</dependency>
6162

62-
<dependency>
63-
<!-- must come after junit5 deps, otherwise it overrides the junit version -->
64-
<!-- must be here in the parent POM, because the parent always comes last, see https://stackoverflow.com/questions/28999057/order-of-inherited-dependencies-in-maven-3 -->
65-
<groupId>com.github.stefanbirkner</groupId>
66-
<artifactId>system-rules</artifactId>
67-
<version>1.19.0</version>
68-
<scope>test</scope>
69-
</dependency>
70-
63+
<dependency>
64+
<!-- must come after junit5 deps, otherwise it overrides the junit version -->
65+
<!-- must be here in the parent POM, because the parent always comes last, see https://stackoverflow.com/questions/28999057/order-of-inherited-dependencies-in-maven-3 -->
66+
<groupId>com.github.stefanbirkner</groupId>
67+
<artifactId>system-rules</artifactId>
68+
<version>1.19.0</version>
69+
<scope>test</scope>
70+
</dependency>
71+
7172
</dependencies>
72-
73+
7374
<organization>
7475
<name>Inria</name>
7576
<url>http://www.inria.fr</url>
@@ -232,7 +233,7 @@
232233
</goals>
233234
</pluginExecutionFilter>
234235
<action>
235-
<ignore />
236+
<ignore/>
236237
</action>
237238
</pluginExecution>
238239
</pluginExecutions>
@@ -255,8 +256,8 @@
255256
</licenseSet>
256257
</licenseSets>
257258
<excludes>
258-
<!-- excluding the code coming from Javaparser -->
259-
<exclude>src/main/java/spoon/javadoc/internal/*</exclude>
259+
<!-- excluding the code coming from Javaparser -->
260+
<exclude>src/main/java/spoon/javadoc/internal/*</exclude>
260261
</excludes>
261262
</configuration>
262263
<executions>
@@ -323,10 +324,9 @@
323324
<artifactId>jaxb-api</artifactId>
324325
<version>2.3.1</version>
325326
</dependency>
326-
</dependencies>
327+
</dependencies>
327328
</plugin>
328329

329-
330330

331331
</plugins>
332332
</build>

0 commit comments

Comments
 (0)