Skip to content

Commit

Permalink
Merge pull request #277 from /issues/276-exclude-servlet-api
Browse files Browse the repository at this point in the history
Fix #276: Exclude servlet-api from war
  • Loading branch information
banterCZ authored Oct 6, 2023
2 parents cfc233a + ff4fe9b commit 0a4e315
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 @@ -163,6 +163,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 0a4e315

Please sign in to comment.