Skip to content

Commit

Permalink
Excluding JDK21 multi-release from jaxrs bundle (#5633)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam committed May 2, 2024
1 parent b66bf86 commit 9d096a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bundles/jaxrs-ri/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,9 @@
<showWarnings>false</showWarnings>
<fork>false</fork>
<excludes>
<exclude>module-info.java</exclude><exclude>META-INF/versions/11/**</exclude>
<exclude>module-info.java</exclude>
<exclude>META-INF/versions/11/**</exclude>
<exclude>META-INF/versions/21/**</exclude>
</excludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -315,7 +317,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<version>${shade.mvn.plugin.version}</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 9d096a8

Please sign in to comment.