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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user