diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-21 18:04:38 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-22 11:05:34 +0100 |
commit | d13940636ced77fcafdf236d5af0eef9ee4509a1 (patch) | |
tree | 5044c3b3b50bb5695d90d46ed5229cef7759f203 /runtime/src | |
parent | 8584f219b638769603101b936497c276323950ca (diff) |
Use policy/parent for dependency management
We use policy/parent for dependency management so that we can control
the spring and spring boot versions that are pulled in.
Issue-ID: POLICY-4070
Change-Id: I1f8da1f1eb660c748110ecc25ca445c3c9cb202e
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'runtime/src')
-rw-r--r-- | runtime/src/main/resources/boot-message.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/src/main/resources/boot-message.txt b/runtime/src/main/resources/boot-message.txt index 5a6cf1824..a7be5c69b 100644 --- a/runtime/src/main/resources/boot-message.txt +++ b/runtime/src/main/resources/boot-message.txt @@ -1,9 +1,9 @@ - ___ _ _ _ ____ ___ _ _ _ - / _ \| \ | | / \ | _ \ |_ _|___| |_ __ _ _ __ | |__ _ _| | - | | | | \| | / _ \ | |_) | | |/ __| __/ _` | '_ \| '_ \| | | | | - | |_| | |\ |/ ___ \| __/ | |\__ \ || (_| | | | | |_) | |_| | | - \___/|_| \_/_/ \_\_| |___|___/\__\__,_|_| |_|_.__/ \__,_|_| + __ _ _ _ ____ + / _ \| \ | | / \ | _ \ + | | | | \| | / _ \ | |_) | + | |_| | |\ |/ ___ \| __/ + \___/|_| \_/_/ \_\_| ____ ___ _ ___ ______ __ ____ _ _ __ __ ____ | _ \ / _ \| | |_ _/ ___\ \ / / / ___| | / \ | \/ | _ \ | |_) | | | | | | | | \ V /____| | | | / _ \ | |\/| | |_) | @@ -13,4 +13,4 @@ - :: Starting ::
\ No newline at end of file + :: Starting :: |