I'm trying to add a dependency to GT-Debugger
baseline01: spec <version: '0.1-baseline'> spec for: #common do: [ spec blessing: #baseline. spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/AnnouncerCentricDebugger/main'. spec package: 'ACD-Model' with: [spec requires: #('NewDebugger-Core' 'DebuggerActions')]; package: 'ACD-Glamour-Interface' with: [spec requires: #('Core' 'DebuggerExtensions' 'GT-Debugger')].
spec group: 'default' with: #( 'Core' 'UI' ). spec group: 'Core' with: #( 'ACD-Model' ). spec group: 'UI' with: #( 'ACD-Glamour-Interface' ). spec project: 'GT-Debugger' with: [ spec className: 'ConfigurationOfGToolkit'; file: 'ConfigurationOfGToolkit'; version: #stable; loads: 'GT-Debugger'; repository: 'http://www.smalltalkhub.com/mc/Moose/GToolkit/main' ]. spec project: 'NewDebugger-Core' with: [ spec className: 'ConfigurationOfNewDebugger'; file: 'ConfigurationOfNewDebugger'; version: #stable; loads: 'Core'; repository: 'http://www.smalltalkhub.com/mc/Pharo/Debugger/main' ]. spec package: 'DebuggerExtensions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ]. spec package: 'DebuggerActions' with: [ spec repository: 'http://www.smalltalkhub.com/mc/AndreiChis/Playground/main' ] ]