Skip to content

Commit f6a5351

Browse files
authored
update to latest com.spotify:foss-root (#43)
* update to latest com.spotify:foss-root in particular this fixes the license plugin causing formatting conflicts with maven-fmt-plugin (or the IntelliJ plugin for Google's code style) * remove version pinning of maven-checkstyle-plugin the foss-root includes this now
1 parent afa8079 commit f6a5351

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.spotify</groupId>
1010
<artifactId>foss-root</artifactId>
11-
<version>10</version>
11+
<version>14</version>
1212
</parent>
1313

1414
<licenses>
@@ -455,14 +455,6 @@
455455

456456
<plugin>
457457
<artifactId>maven-checkstyle-plugin</artifactId>
458-
<version>3.1.1</version>
459-
<dependencies>
460-
<dependency>
461-
<groupId>com.puppycrawl.tools</groupId>
462-
<artifactId>checkstyle</artifactId>
463-
<version>8.29</version>
464-
</dependency>
465-
</dependencies>
466458
<configuration>
467459
<configLocation>${checkstyle.config.location}</configLocation>
468460
<consoleOutput>true</consoleOutput>

0 commit comments

Comments
 (0)