From 235b27ae0c23757ebc850ec4adb2a8df539b80b3 Mon Sep 17 00:00:00 2001 From: Dan <46821332+nsadeveloper789@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:01:44 -0400 Subject: [PATCH] GP-0: Fix test dependency --- Ghidra/Test/DebuggerIntegrationTest/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/Ghidra/Test/DebuggerIntegrationTest/build.gradle b/Ghidra/Test/DebuggerIntegrationTest/build.gradle index 4c37269109..da5acecdb7 100644 --- a/Ghidra/Test/DebuggerIntegrationTest/build.gradle +++ b/Ghidra/Test/DebuggerIntegrationTest/build.gradle @@ -67,6 +67,7 @@ dependencies { testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts') testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts') testImplementation project(path: ':Debugger', configuration: 'testArtifacts') + testImplementation project(path: ':Debugger-rmi-trace', configuration: 'testArtifacts') } // For Java 9, we must explicitly export references to the internal classes we are using.