Skip to content

Commit

Permalink
switch to jakarta servlet
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier dufour committed Nov 11, 2019
1 parent a593428 commit 174176e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/cxf/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<artifactId>cxf-rt-transports-http</artifactId>
</dependency>
<dependency>
<groupId>org.jboss.spec.javax.servlet</groupId>
<artifactId>jboss-servlet-api_4.0_spec</artifactId>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 174176e

Please sign in to comment.