From f60eb2874f4e3a8d0303f5f5ff4fba6f308013a5 Mon Sep 17 00:00:00 2001 From: mreyes Date: Tue, 25 Jun 2024 17:14:13 -0300 Subject: [PATCH] :wrench: add regex dependency --- rowan/components/Dependent-SUnit-Extensions.ston | 3 ++- rowan/projects/Bell.ston | 2 +- rowan/projects/Regex.ston | 10 ++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 rowan/projects/Regex.ston diff --git a/rowan/components/Dependent-SUnit-Extensions.ston b/rowan/components/Dependent-SUnit-Extensions.ston index ba072b4..b884e32 100644 --- a/rowan/components/Dependent-SUnit-Extensions.ston +++ b/rowan/components/Dependent-SUnit-Extensions.ston @@ -2,7 +2,8 @@ RwSimpleProjectLoadComponentV2 { #name : 'Dependent-SUnit-Extensions', #condition : 'sunit', #projectNames : [ - 'Bell' + 'Bell', + 'Regex' ], #componentNames : [ 'Deployment' diff --git a/rowan/projects/Bell.ston b/rowan/projects/Bell.ston index 5bbb9a2..cd6cd5f 100644 --- a/rowan/projects/Bell.ston +++ b/rowan/projects/Bell.ston @@ -8,4 +8,4 @@ RwLoadSpecificationV2 { 'Deployment', 'Dependent-SUnit-Extensions' ] -} \ No newline at end of file +} diff --git a/rowan/projects/Regex.ston b/rowan/projects/Regex.ston new file mode 100644 index 0000000..d44f3b0 --- /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' + ] +}