Skip to content

Commit 95dc7a6

Browse files
committed
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
1 parent 7ffcf8a commit 95dc7a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

eclipse-distribution/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,15 @@
678678
<arch>aarch64</arch>
679679
</environment>
680680
</environments>
681+
<filters>
682+
<filter>
683+
<type>eclipse-plugin</type>
684+
<id>jakarta.ws.rs-api</id>
685+
<restrictTo>
686+
<versionRange>[3.1.0,4.0.0)</versionRange>
687+
</restrictTo>
688+
</filter>
689+
</filters>
681690
</configuration>
682691
</plugin>
683692

0 commit comments

Comments
 (0)