diff --git a/rowan/components/Dependent-SUnit-Extensions.ston b/rowan/components/Dependent-SUnit-Extensions.ston index ac1f1fa..16498c4 100644 --- a/rowan/components/Dependent-SUnit-Extensions.ston +++ b/rowan/components/Dependent-SUnit-Extensions.ston @@ -1,7 +1,9 @@ RwSimpleProjectLoadComponentV2 { #name : 'Dependent-SUnit-Extensions', #condition : 'sunit', - #projectNames : [ ], + #projectNames : [ + 'Regex' + ], #componentNames : [ 'Deployment' ], diff --git a/rowan/projects/Regex.ston b/rowan/projects/Regex.ston new file mode 100644 index 0000000..c6e9c27 --- /dev/null +++ b/rowan/projects/Regex.ston @@ -0,0 +1,10 @@ +RwLoadSpecificationV2 { + #specName: 'Regex', + #projectName : 'Regex', + #gitUrl : 'https://github.com/ba-st-dependencies/Regex.git', + #revision : 'v1', + #projectSpecFile : 'rowan/project.ston', + #componentNames : [ + 'Deployment' + ] +} \ No newline at end of file