SPRINT-18: added slack middleware module

This commit is contained in:
Tim Chamberlain
2023-01-12 20:16:06 -06:00
parent 41877a7055
commit a556bf9764
8 changed files with 1511 additions and 50 deletions

View File

@ -4,5 +4,4 @@
## resolve-pom-conflicts.sh
## Tries to automatically resove pom conflicts by putting SNAPSHOT back
############################################################################
gsed "/Updated upstream/,/=======/d" pom.xml | gsed "/Stashed/d" > /tmp/temp-pom.xml
mv /tmp/temp-pom.xml pom.xml
gsed -i "/Updated upstream/,/=======/d;/Stashed/d" pom.xml