@@ -37,7 +37,7 @@ under the License.
37
37
<properties >
38
38
<starrocks .home>${basedir} /../../</starrocks .home>
39
39
<fe_ut_parallel >${env.FE_UT_PARALLEL}</fe_ut_parallel >
40
- <jacoco .version>0.8.5 </jacoco .version>
40
+ <jacoco .version>0.8.7 </jacoco .version>
41
41
<iceberg .version>1.1.0</iceberg .version>
42
42
<awsv2 .version>2.17.257</awsv2 .version>
43
43
<python >python</python >
@@ -179,8 +179,9 @@ under the License.
179
179
</dependency >
180
180
181
181
<!-- https://mvnrepository.com/artifact/org.jmockit/jmockit -->
182
+ <!-- https://mvnrepository.com/artifact/com.github.hazendaz.jmockit/jmockit -->
182
183
<dependency >
183
- <groupId >org .jmockit</groupId >
184
+ <groupId >com.github.hazendaz .jmockit</groupId >
184
185
<artifactId >jmockit</artifactId >
185
186
<scope >test</scope >
186
187
</dependency >
@@ -779,7 +780,7 @@ under the License.
779
780
<plugin >
780
781
<groupId >org.jacoco</groupId >
781
782
<artifactId >jacoco-maven-plugin</artifactId >
782
- <version >0.8.5 </version >
783
+ <version >0.8.7 </version >
783
784
<executions >
784
785
<execution >
785
786
<id >default-prepare-agent</id >
@@ -879,7 +880,7 @@ under the License.
879
880
<!-- >not reuse forked jvm, so that each unit test will run in separate jvm. to avoid singleton confict<-->
880
881
<reuseForks >false</reuseForks >
881
882
<argLine >
882
- -javaagent:${settings.localRepository} /org/ jmockit/jmockit/1.48 /jmockit-1.48 .jar -Xmx2048m
883
+ -javaagent:${settings.localRepository} /com/github/hazendaz/ jmockit/jmockit/1.49.4 /jmockit-1.49.4 .jar -Xmx2048m
883
884
-Duser.timezone=Asia/Shanghai @{jacocoArgLine}
884
885
</argLine >
885
886
<!-- Set maven to use independent class loading to avoid unit test failure due to the early shutdown of the JVM -->
0 commit comments