From b76689a522848cfccbfd7b9a1b8ea859a82533d8 Mon Sep 17 00:00:00 2001 From: Jan Dusil <134381434+jandusil@users.noreply.github.com> Date: Thu, 14 Dec 2023 08:23:55 +0100 Subject: [PATCH] Fix #177: Prepare release 1.4.1 (#179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix #177: Prepare release 1.4.1 - Executable war (backport) - Up Version --------- Co-authored-by: Jan Pešek --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ea2544..b1d904c 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.wultra.app mobile-utility-server - 1.4.0 + 1.4.1 war Mobile Utility Server Utility server with various features suitable for mobile apps @@ -69,6 +69,21 @@ 7.4 + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.apache.tomcat.embed + tomcat-embed-el + provided + + + + @@ -219,6 +234,7 @@ + org.apache.tomcat.embed:*:*:*:compile org.bouncycastle:bcpkix-jdk15on:*:*:compile org.bouncycastle:bcprov-jdk15on:*:*:compile