Fix version resolution for stax-ex, saaj-impl, jakarta.xml.soap-api

This commit is contained in:
Corneil du Plessis
2024-12-18 16:30:04 +02:00
parent fe43f881c1
commit ae63e8417d
4 changed files with 35 additions and 7 deletions

View File

@@ -44,7 +44,11 @@
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>${saaj-impl.version}</version>
</dependency>
</dependencies>
<profiles>