diff --git a/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st b/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st index 102d7d4..85c1372 100644 --- a/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st +++ b/repository/BaselineOfZTimestamp/BaselineOfZTimestamp.class.st @@ -29,9 +29,7 @@ BaselineOfZTimestamp >> baseline: spec [ spec package: 'ZTimestamp-Core'; package: 'ZTimestamp-Tests' with: [ spec requires: #('ZTimestamp-Core') ]; - package: 'ZTimestamp-GT' with: [ spec requires: #('ZTimestamp-Core') ]; group: 'default' with: #('core' 'tests'); group: 'core' with: #('ZTimestamp-Core'); - group: 'tests' with: #('ZTimestamp-Tests'); - group: 'gt' with: #('ZTimestamp-GT') ] + group: 'tests' with: #('ZTimestamp-Tests') ] ]