Skip to content

Commit

Permalink
Fix #679: Executable war
Browse files Browse the repository at this point in the history
  • Loading branch information
jandusil committed Oct 19, 2023
1 parent 67a78cf commit 5c77546
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions powerauth-push-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,13 @@
<version>${logstash.version}</version>
</dependency>

<!-- Standalone run -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>

<!-- API -->
<dependency>
<groupId>jakarta.servlet</groupId>
Expand Down Expand Up @@ -175,11 +182,6 @@
<version>${bc.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>test</scope>
</dependency>

<!-- Documentation -->
<dependency>
Expand Down Expand Up @@ -241,18 +243,6 @@
</plugins>
</build>
</profile>

<profile>
<id>standalone</id>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</profile>

<profile>
<id>liquibase</id>
<dependencies>
Expand Down

0 comments on commit 5c77546

Please sign in to comment.