Dependency URL update

This commit is contained in:
Daniel Ziltener 2023-11-12 18:10:04 +01:00
parent 3fe7d16a0d
commit e6ebde011e
1 changed files with 10 additions and 8 deletions

View File

@ -6,16 +6,18 @@ Class {
{ #category : #baselines }
BaselineOfWebDriver >> baseline: spec [
<baseline>
spec
for: #common
do: [
spec
package: 'WebDriver'
];
baseline: 'Clouseau' with: [ spec repository: 'https://gitea.lyrion.ch/zilti/clouseau.git' ];
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository' ]
for: #common do: [ spec package: 'WebDriver' ];
baseline: 'Clouseau'
with: [
spec repository: 'https://gitea.lyrion.ch/Pharo/Clouseau.git' ];
baseline: 'NeoJSON'
with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'OSSubprocess' with: [
spec repository:
'github://pharo-contributions/OSSubprocess:master/repository' ]
]
{ #category : #accessing }