Skip to content

Commit

Permalink
add non spring custom jaxrs servlet class
Browse files Browse the repository at this point in the history
  • Loading branch information
lashinijay committed Jan 16, 2025
1 parent 00f745a commit 1ca7bb3
Show file tree
Hide file tree
Showing 2 changed files with 703 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Loading

0 comments on commit 1ca7bb3

Please sign in to comment.