Skip to content

Commit

Permalink
Merge pull request #42 from jecisc/fix-cycle-in-dependencies
Browse files Browse the repository at this point in the history
fix-cycle-in-dependencies
  • Loading branch information
juliendelplanque authored Aug 21, 2020
2 parents ed35015 + 17717ac commit cceafbb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/BaselineOfJRPC/BaselineOfJRPC.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,9 @@ BaselineOfJRPC >> setUpPackages: spec [
group: 'Deployment'
with: #('Server-Deployment' 'HTTP-Transport' 'TCP-Transport' 'Client-Deployment' 'JRPC-Server-Deprecated').

spec
group: 'Development'
with: #('Deployment' 'Server-Logging').

spec
package: 'JRPC-Tests' with: [ spec requires: 'Deployment' ];
package: 'JRPC-Server-Logging-Tests' with: [ spec requires: 'Development' ];
package: 'JRPC-Server-Logging-Tests' with: [ spec requires: #('Deployment' 'Server-Logging') ];
group: 'Tests' with: #('JRPC-Tests' 'JRPC-Server-Logging-Tests')
]

Expand Down

0 comments on commit cceafbb

Please sign in to comment.