GP-5436: Move AsyncComm remains into Generic

This commit is contained in:
Dan
2025-03-25 16:44:37 +00:00
parent 397a814f5f
commit 14d0432554
32 changed files with 43 additions and 131 deletions
@@ -67,7 +67,6 @@ dependencies {
testImplementation project(path: ':ProposedUtils', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-TraceModeling', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
testImplementation project(path: ':Debugger', configuration: 'testArtifacts')
testImplementation project(path: ':Debugger-rmi-trace', configuration: 'testArtifacts')
}