Skip to content

Commit

Permalink
switch to jakarta and fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier dufour committed Nov 11, 2019
1 parent 174176e commit 261673f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions extensions/cxf/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,21 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<exclusions>
<exclusion>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down

0 comments on commit 261673f

Please sign in to comment.