Skip to content

Commit

Permalink
Merge pull request #3018 from IBM/prb112-patch-2
Browse files Browse the repository at this point in the history
Revert pom.xml change jakarta.xml.ws-api to 2.3.3
  • Loading branch information
prb112 authored Nov 23, 2021
2 parents a63c178 + 1da72b7 commit a68a54f
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 a68a54f

Please sign in to comment.