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.