restricting the version of jakarta.ws.rs api bundle to not include 4.0 (yet) to avoid incompatibility with multiple versions of the api bundle and docker tools

This commit is contained in:
Martin Lippert
2024-08-16 16:34:07 +02:00
parent 7ffcf8a5c2
commit 95dc7a634c

View File

@@ -678,6 +678,15 @@
<arch>aarch64</arch>
</environment>
</environments>
<filters>
<filter>
<type>eclipse-plugin</type>
<id>jakarta.ws.rs-api</id>
<restrictTo>
<versionRange>[3.1.0,4.0.0)</versionRange>
</restrictTo>
</filter>
</filters>
</configuration>
</plugin>