@@ -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 >
@@ -783,7 +784,7 @@ under the License.
783
784
<plugin >
784
785
<groupId >org.jacoco</groupId >
785
786
<artifactId >jacoco-maven-plugin</artifactId >
786
- <version >0.8.5 </version >
787
+ <version >0.8.7 </version >
787
788
<executions >
788
789
<execution >
789
790
<id >default-prepare-agent</id >
@@ -883,7 +884,7 @@ under the License.
883
884
<!-- >not reuse forked jvm, so that each unit test will run in separate jvm. to avoid singleton confict<-->
884
885
<reuseForks >false</reuseForks >
885
886
<argLine >
886
- -javaagent:${settings.localRepository} /org/ jmockit/jmockit/1.48 /jmockit-1.48 .jar -Xmx2048m
887
+ -javaagent:${settings.localRepository} /com/github/hazendaz/ jmockit/jmockit/1.49.4 /jmockit-1.49.4 .jar -Xmx2048m
887
888
-Duser.timezone=Asia/Shanghai @{jacocoArgLine}
888
889
</argLine >
889
890
<!-- Set maven to use independent class loading to avoid unit test failure due to the early shutdown of the JVM -->
0 commit comments