Skip to content

Commit a68a54f

Browse files
authored
Merge pull request #3018 from IBM/prb112-patch-2
Revert pom.xml change jakarta.xml.ws-api to 2.3.3
2 parents a63c178 + 1da72b7 commit a68a54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fhir-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,11 @@
140140
<version>4.0.4</version>
141141
<scope>provided</scope>
142142
</dependency>
143-
<!-- used in fhir-server-test and required for the Tyrus client to work on Java 11 -->
143+
<!-- used in fhir-client LoggingFeature and required for the Tyrus client to work on Java 11 -->
144144
<dependency>
145145
<groupId>jakarta.xml.ws</groupId>
146146
<artifactId>jakarta.xml.ws-api</artifactId>
147-
<version>3.0.1</version>
147+
<version>2.3.3</version>
148148
<scope>provided</scope>
149149
</dependency>
150150
<dependency>

0 commit comments

Comments
 (0)