Skip to content

Commit

Permalink
Merge pull request #6884 from Pandrex247/Remove-Unnecessary-Shim
Browse files Browse the repository at this point in the history
FISH-9451 Remove Unnecessary Shim
  • Loading branch information
kalinchan authored Aug 28, 2024
2 parents 40a16b0 + 9fddeb0 commit 885986e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 112 deletions.

This file was deleted.

3 changes: 1 addition & 2 deletions appserver/packager/external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright [2017-2023] [Payara Foundation and/or its affiliates] -->
<!-- Portions Copyright 2017-2024 Payara Foundation and/or its affiliates -->

<!--
External repackaging modules.
Expand All @@ -66,7 +66,6 @@
<module>h2db</module>
<module>jmsra</module>
<module>jcip</module>
<module>jersey-container-grizzly2-http-transition</module>
<module>metro-xmlsec</module>
<module>jakarta-ee9-shim</module>
</modules>
Expand Down
5 changes: 2 additions & 3 deletions nucleus/packager/nucleus-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
holder.
-->
<!-- Portions Copyright [2017-2022] [Payara Foundation and/or its affiliates] -->
<!-- Portions Copyright 2017-2024 Payara Foundation and/or its affiliates -->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -70,9 +70,8 @@
<artifactId>jersey-hk2</artifactId>
</dependency>
<dependency>
<groupId>fish.payara.server.internal.packager</groupId>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-grizzly2-http</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
Expand Down

0 comments on commit 885986e

Please sign in to comment.