This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git
The following commit(s) were added to refs/heads/master by this push:
new dd61d06 [fix](connector) remove incorrect surefire version (#246)
dd61d06 is described below
commit dd61d06b7b6b2e42ecf100d6ea94d2778f8c5178
Author: gnehil <[email protected]>
AuthorDate: Mon Dec 30 11:35:20 2024 +0800
[fix](connector) remove incorrect surefire version (#246)
---
spark-doris-connector/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/spark-doris-connector/pom.xml b/spark-doris-connector/pom.xml
index 2de4fe0..8191ed6 100644
--- a/spark-doris-connector/pom.xml
+++ b/spark-doris-connector/pom.xml
@@ -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>
@@ -841,4 +840,4 @@
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]