Skip to content

Commit

Permalink
Fix #276: Exclude servlet-api from war
Browse files Browse the repository at this point in the history
  • Loading branch information
banterCZ committed Oct 6, 2023
1 parent d3bf86c commit ff4fe9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions powerauth-data-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,14 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit ff4fe9b

Please sign in to comment.