Skip to content

Commit

Permalink
Revert pom.xml change jakarta.xml.ws-api to 2.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <[email protected]>
  • Loading branch information
prb112 authored Nov 19, 2021
1 parent 88b8cc9 commit 1da72b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fhir-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@
<version>4.0.4</version>
<scope>provided</scope>
</dependency>
<!-- used in fhir-server-test and required for the Tyrus client to work on Java 11 -->
<!-- used in fhir-client LoggingFeature and required for the Tyrus client to work on Java 11 -->
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>3.0.1</version>
<version>2.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1da72b7

Please sign in to comment.