We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20456b commit cb68e84Copy full SHA for cb68e84
pom.xml
@@ -268,6 +268,12 @@
268
<artifactId>spotless-maven-plugin</artifactId>
269
<version>${spotless.version}</version>
270
</dependency>
271
+ <!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-war-plugin -->
272
+ <dependency>
273
+ <groupId>org.apache.maven.plugins</groupId>
274
+ <artifactId>maven-war-plugin</artifactId>
275
+ <version>3.4.0</version>
276
+ </dependency>
277
</dependencies>
278
<pluginRepositories>
279
<pluginRepository>
@@ -321,7 +327,7 @@
321
327
<plugin>
322
328
<groupId>org.apache.maven.plugins</groupId>
323
329
<artifactId>maven-compiler-plugin</artifactId>
324
- <version>3.8.0</version>
330
+ <version>3.11.0</version>
325
331
<configuration>
326
332
<showWarnings>true</showWarnings>
333
<compilerArgs>
0 commit comments