Skip to content

Commit

Permalink
Issue #152 - Renaming javax -> jakarta
Browse files Browse the repository at this point in the history
+ Updating ServletContainerInitializer

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Apr 6, 2020
1 parent 7f7b0ea commit 2abd02e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<resource>
<directory>src/main/resources</directory>
<includes>
<include>javax.servlet.ServletContainerInitializer</include>
<include>jakarta.servlet.ServletContainerInitializer</include>
</includes>
<targetPath>META-INF/services</targetPath>
</resource>
Expand Down

0 comments on commit 2abd02e

Please sign in to comment.