Skip to content

Commit

Permalink
use carrefour v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Dec 12, 2023
1 parent 8114365 commit b42e1f8
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@ BaselineOfFamixJavaModelUpdater >> baseline: spec [
{ #category : #baselines }
BaselineOfFamixJavaModelUpdater >> defineDependencies: spec [

spec baseline: 'FASTJava' with: [
spec
loads: #( 'smacc' 'visitor' );
repository: 'github://moosetechnology/FAST-Java:v3/src' ].
spec
baseline: 'Carrefour'
with: [ spec repository: 'github://moosetechnology/Carrefour:v4/src' ].
with: [ spec repository: 'github://moosetechnology/Carrefour:v4.0.2/src' ].
spec
baseline: 'GitBridge'
with: [ spec repository: 'github://jecisc/GitBridge:v1.x.x/src' ]
Expand All @@ -37,7 +33,7 @@ BaselineOfFamixJavaModelUpdater >> definePackages: spec [

spec
package: 'FamixJavaModelUpdater'
with: [ spec requires: #( 'FASTJava' 'Carrefour' ) ].
with: [ spec requires: #( 'Carrefour' ) ].
spec package: 'FamixJavaModelUpdater-Tests' with: [
spec requires:
#( 'FamixJavaModelUpdater' 'FamixJavaModelUpdater-Bridge' ) ].
Expand Down

0 comments on commit b42e1f8

Please sign in to comment.