Skip to content

Commit

Permalink
Removed direct dependency on XMLParser
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Nov 2, 2023
1 parent 311e82d commit b0d3fe7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions repository/BaselineOfBPMN/BaselineOfBPMN.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ BaselineOfBPMN >> baseline: spec [
spec
baseline: 'OpenPonkModel'
with: [ spec repository: 'github://OpenPonk/openponk-model/repository' ].
spec
baseline: 'XMLWriter'
with: [ spec
repository: 'github://pharo-contributions/XML-XMLWriter:2.9.x/src';
loads: #(Core) ].
spec
package: 'OpenPonk-BPMN'
with: [ spec requires: #('OpenPonk' 'OpenPonkModel') ].
spec
package: 'OpenPonk-BPMN-XML'
with: [ spec requires: #('OpenPonk-BPMN' 'XMLWriter') ].
with: [ spec requires: #('OpenPonk-BPMN') ].
spec
package: 'OpenPonk-BPMN-Validation'
with: [ spec requires: #('OpenPonk-BPMN') ].
Expand Down

0 comments on commit b0d3fe7

Please sign in to comment.