Redefining dependencies.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2024-09-09 19:04:56 -05:00
parent 49e2cf7d29
commit 6af649e3b5

View File

@ -15,8 +15,8 @@ BaselineOfFossil >> baseline: spec [
for: #common
do: [
"Dependencies"
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ];
"As NeoJSON is included in Pharo and GT, it is not declared as an extra dependency, so it uses the one already defined on the system"
spec
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess/repository']";
baseline: 'ProcessWrapper' with: [ spec repository: 'github://hernanmd/ProcessWrapper/repository' ]".