From 2e18ef533ccbe5054b6ec701765d236d56555749 Mon Sep 17 00:00:00 2001 From: katherine-hough <32645020+katherine-hough@users.noreply.github.com> Date: Fri, 20 Oct 2023 12:08:36 -0400 Subject: [PATCH] * Upgraded to ASM 9.6 * Unset phosphor.verify from tests --- Phosphor/pom.xml | 10 +++++----- integration-tests/pom.xml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Phosphor/pom.xml b/Phosphor/pom.xml index 550237f5f..b60f0540f 100644 --- a/Phosphor/pom.xml +++ b/Phosphor/pom.xml @@ -188,27 +188,27 @@ org.ow2.asm asm - 9.1 + 9.6 org.ow2.asm asm-util - 9.1 + 9.6 org.ow2.asm asm-tree - 9.1 + 9.6 org.ow2.asm asm-analysis - 9.1 + 9.6 org.ow2.asm asm-commons - 9.1 + 9.6 commons-cli diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index cc9cc094a..a4aeb8048 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -115,7 +115,7 @@ + value="-Xbootclasspath/p:${phosphor.jar} -javaagent:${phosphor.jar}=${auto.taint}"/> @@ -151,7 +151,7 @@ + value="-javaagent:${phosphor-javaagent.jar}=${auto.taint}"/>