Skip to content

Commit

Permalink
Revert "Remove classifier on repackaged modules"
Browse files Browse the repository at this point in the history
This reverts commit ab3e338.
  • Loading branch information
Pandrex247 committed Dec 2, 2024
1 parent 9b0984d commit 844b8db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appserver/tests/payara-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>jacc-provider-repackaged</artifactId>
<version>${project.version}</version>
<classifier>jakartaee9</classifier>
</dependency>
<!-- JSON Web Token implementation -->
<dependency>
Expand All @@ -353,6 +354,7 @@
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>smallrye-config-repackaged</artifactId>
<version>${project.version}</version>
<classifier>jakartaee9</classifier>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -400,6 +402,7 @@
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<version>${project.version}</version>
<classifier>jakartaee9</classifier>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 2 additions & 0 deletions appserver/tests/payara-samples/samples/dynamic-roles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<dependency>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>smallrye-config-repackaged</artifactId>
<classifier>jakartaee9</classifier>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
Expand Down Expand Up @@ -101,6 +102,7 @@
<dependency>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<classifier>jakartaee9</classifier>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<dependency>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>jacc-provider-repackaged</artifactId>
<classifier>jakartaee9</classifier>
<scope>compile</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<dependency>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<classifier>jakartaee9</classifier>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<dependency>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>smallrye-config-repackaged</artifactId>
<classifier>jakartaee9</classifier>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.ext.microprofile</groupId>
Expand Down Expand Up @@ -110,6 +111,7 @@
<dependency>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<classifier>jakartaee9</classifier>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 844b8db

Please sign in to comment.