Skip to content

Commit

Permalink
Fix #177: Prepare release 1.4.1 (#179)
Browse files Browse the repository at this point in the history
* Fix #177: Prepare release 1.4.1
- Executable war (backport)
- Up Version
---------
Co-authored-by: Jan Pešek <[email protected]>
  • Loading branch information
jandusil authored Dec 14, 2023
1 parent 6a27e10 commit b76689a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.wultra.app</groupId>
<artifactId>mobile-utility-server</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>war</packaging>
<name>Mobile Utility Server</name>
<description>Utility server with various features suitable for mobile apps</description>
Expand Down Expand Up @@ -69,6 +69,21 @@
<logstash.version>7.4</logstash.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<!-- Spring Dependencies -->
<dependency>
Expand Down Expand Up @@ -219,6 +234,7 @@
<rules>
<bannedDependencies>
<excludes>
<exclude>org.apache.tomcat.embed:*:*:*:compile</exclude>
<exclude>org.bouncycastle:bcpkix-jdk15on:*:*:compile</exclude>
<exclude>org.bouncycastle:bcprov-jdk15on:*:*:compile</exclude>
<!-- Force switching to Jakarta EE -->
Expand Down

0 comments on commit b76689a

Please sign in to comment.