Skip to content

Commit

Permalink
Sync maven failsafe version with surefire
Browse files Browse the repository at this point in the history
This effectively updates plugin to version 3.1.0
  • Loading branch information
wendigo committed May 16, 2023
1 parent 5c050fb commit 936c5e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/trino-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<systemPropertyVariables>
<jdbc-jar>${project.build.directory}/${project.name}-${project.version}.jar</jdbc-jar>
Expand Down
1 change: 0 additions & 1 deletion core/trino-server-rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<systemPropertyVariables>
<rpm>${project.build.directory}/${project.build.finalName}.noarch.rpm</rpm>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1929,6 +1929,12 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>${dep.plugin.surefire.version}</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
Expand Down Expand Up @@ -2204,7 +2210,7 @@
<DynamicDependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-testng</artifactId>
<version>2.22.2</version> <!-- legacy version which Surefire seems to need for some reason -->
<version>${dep.plugin.surefire.version}</version>
<type>jar</type>
<repositoryType>MAIN</repositoryType>
</DynamicDependency>
Expand Down

0 comments on commit 936c5e7

Please sign in to comment.