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
-3
View File
@@ -24,8 +24,5 @@ apply plugin: 'eclipse'
eclipse.project.name = 'Debug Debugger-isf'
dependencies {
api project(':Framework-AsyncComm')
api project(':ProposedUtils')
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
}