From b7499583af7bda3a9e6724f26a871aab500d1f9a Mon Sep 17 00:00:00 2001 From: HeshamHM28 Date: Tue, 10 Feb 2026 20:27:54 +0200 Subject: [PATCH] fix pom.xml --- code_to_optimize/java/pom.xml | 35 +++++++++++++++++++++++++++++++++- codeflash-java-runtime/pom.xml | 25 ++++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/code_to_optimize/java/pom.xml b/code_to_optimize/java/pom.xml index 1c0c50994..06778ecaa 100644 --- a/code_to_optimize/java/pom.xml +++ b/code_to_optimize/java/pom.xml @@ -39,6 +39,12 @@ 3.42.0.0 test + + com.codeflash + codeflash-runtime + 1.0.0 + test + @@ -62,6 +68,33 @@ - + + + org.jacoco + jacoco-maven-plugin + 0.8.11 + + + prepare-agent + + prepare-agent + + + + report + verify + + report + + + + + **/*.class + + + + + + diff --git a/codeflash-java-runtime/pom.xml b/codeflash-java-runtime/pom.xml index 7f428e2d9..cb95732dd 100644 --- a/codeflash-java-runtime/pom.xml +++ b/codeflash-java-runtime/pom.xml @@ -27,6 +27,20 @@ 2.10.1 + + + com.esotericsoftware + kryo + 5.6.2 + + + + + org.objenesis + objenesis + 3.4 + + org.xerial @@ -61,6 +75,17 @@ org.apache.maven.plugins maven-surefire-plugin 3.0.0 + + + --add-opens java.base/java.util=ALL-UNNAMED + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.lang.reflect=ALL-UNNAMED + --add-opens java.base/java.math=ALL-UNNAMED + --add-opens java.base/java.io=ALL-UNNAMED + --add-opens java.base/java.net=ALL-UNNAMED + --add-opens java.base/java.time=ALL-UNNAMED + +