This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/stormcrawler.git


The following commit(s) were added to refs/heads/main by this push:
     new 1bee3871 build: fix Mockito dynamic agent loading warning
1bee3871 is described below

commit 1bee387152dd4668d826ea929c86cd6c09d36d47
Author: Davide <[email protected]>
AuthorDate: Sun Mar 1 21:09:28 2026 +0100

    build: fix Mockito dynamic agent loading warning
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 608101da..030702af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,7 +106,7 @@ under the License.
                     <artifactId>maven-surefire-plugin</artifactId>
                     <version>3.5.5</version>
                     <configuration>
-                        <argLine>${argLine}</argLine>
+                        <argLine>${argLine} 
-javaagent:${settings.localRepository}/org/mockito/mockito-core/${mockito.version}/mockito-core-${mockito.version}.jar</argLine>
                     </configuration>
                 </plugin>
                 <plugin>

Reply via email to