Skip to content

Commit

Permalink
Merge pull request #668 from pillar-markup/useless-dep
Browse files Browse the repository at this point in the history
Remove now useless dependency on pillar
  • Loading branch information
Ducasse authored Oct 24, 2023
2 parents 1101d08 + de928fe commit 83f33d6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/BaselineOfMicrodown/BaselineOfMicrodown.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ BaselineOfMicrodown >> baseline: spec [
group: 'All' with: #('Core' 'Tests' 'Extensions' 'Microdown-Pharo-Tools' 'RichText') ]
]

{ #category : 'external projects' }
BaselineOfMicrodown >> pillar: spec [

spec
baseline: 'PillarCore'
with: [
spec
loads: #('Pillar-Core');
repository: 'github://pillar-markup/pillar:dev-8' ]
]

{ #category : 'external projects' }
BaselineOfMicrodown >> xmlParserHtml: spec [

Expand Down

0 comments on commit 83f33d6

Please sign in to comment.