Skip to content

Commit 6b15f07

Browse files
authored
Merge pull request #4797 from vespa-engine/arnej/update-parent-pom
Arnej/update parent pom
2 parents 7b95d4e + 18fa11b commit 6b15f07

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

tests/pom.xml

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,27 @@
4242
<artifactId>maven-compiler-plugin</artifactId>
4343
<version>3.13.0</version>
4444
<configuration>
45-
<optimize>true</optimize>
46-
<showDeprecation>true</showDeprecation>
47-
<showWarnings>true</showWarnings>
4845
<release>17</release>
46+
<showWarnings>true</showWarnings>
47+
<showDeprecation>false</showDeprecation>
48+
<compilerArgs>
49+
<arg>-Xlint:-serial</arg>
50+
<arg>-Xlint:-try</arg>
51+
<arg>-Xlint:-processing</arg>
52+
</compilerArgs>
4953
</configuration>
54+
<dependencies>
55+
<dependency>
56+
<groupId>org.ow2.asm</groupId>
57+
<artifactId>asm</artifactId>
58+
<version>9.9</version>
59+
</dependency>
60+
</dependencies>
5061
</plugin>
5162
<plugin>
5263
<groupId>org.codehaus.mojo</groupId>
5364
<artifactId>exec-maven-plugin</artifactId>
54-
<version>3.4.0</version>
65+
<version>3.4.1</version>
5566
</plugin>
5667
<plugin>
5768
<groupId>org.apache.maven.plugins</groupId>
@@ -66,12 +77,12 @@
6677
<plugin>
6778
<groupId>org.apache.maven.plugins</groupId>
6879
<artifactId>maven-javadoc-plugin</artifactId>
69-
<version>3.8.0</version>
80+
<version>3.12.0</version>
7081
</plugin>
7182
<plugin>
7283
<groupId>org.apache.maven.plugins</groupId>
7384
<artifactId>maven-dependency-plugin</artifactId>
74-
<version>3.7.1</version>
85+
<version>3.8.1</version>
7586
</plugin>
7687
<plugin>
7788
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)