Skip to content

Commit 0855096

Browse files
committed
Revert "Remove useless override (already defined in the parent)"
This reverts commit 254e565.
1 parent 972e0af commit 0855096

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,25 @@
7171
<module>syntax-markdown-commonmark12</module>
7272
<module>syntax-markdown-github10</module>
7373
</modules>
74+
<build>
75+
<pluginManagement>
76+
<plugins>
77+
<!-- Use a more recent version of Spoon to avoid URL classloader issue with Java 17 -->
78+
<plugin>
79+
<groupId>fr.inria.gforge.spoon</groupId>
80+
<artifactId>spoon-maven-plugin</artifactId>
81+
<version>3.8.0</version>
82+
<dependencies>
83+
<dependency>
84+
<groupId>fr.inria.gforge.spoon</groupId>
85+
<artifactId>spoon-core</artifactId>
86+
<version>10.4.2</version>
87+
</dependency>
88+
</dependencies>
89+
</plugin>
90+
</plugins>
91+
</pluginManagement>
92+
</build>
7493
<profiles>
7594
<profile>
7695
<!-- Profile used when the release plugin executes. -->

0 commit comments

Comments
 (0)