Skip to content

Commit

Permalink
[fix](connector) remove incorrect surefire version (apache#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil authored Dec 30, 2024
1 parent f843e0c commit dd61d06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spark-doris-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${jmockit.version}</version>
<configuration>
<!-->set larger, eg, 3, to reduce the time or running FE unit tests<-->
<forkCount>${fe_ut_parallel}</forkCount>
Expand Down Expand Up @@ -841,4 +840,4 @@
</profile>
</profiles>

</project>
</project>

0 comments on commit dd61d06

Please sign in to comment.