Skip to content

Commit

Permalink
[MRESOLVER-539] Use parent POM 42 (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Apr 17, 2024
1 parent efba51c commit b64984a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>41</version>
<version>42</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -212,13 +212,6 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>5.10.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
Expand Down Expand Up @@ -300,7 +293,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>1.9.16</version>
<version>1.9.18</version>
<type>${project.packaging}</type>
</dependency>
</oldVersion>
Expand Down Expand Up @@ -440,7 +433,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<configuration>
<detectOfflineLinks>false</detectOfflineLinks>
<linksource>true</linksource>
Expand Down

0 comments on commit b64984a

Please sign in to comment.