Skip to content

Commit

Permalink
Use our group ID for repackaged modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandrex247 committed Dec 2, 2024
1 parent ab3e338 commit 9b0984d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 12 deletions.
6 changes: 3 additions & 3 deletions appserver/tests/payara-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
</dependency>

<dependency>
<groupId>org.omnifaces</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>jacc-provider-repackaged</artifactId>
<version>${project.version}</version>
</dependency>
Expand All @@ -350,7 +350,7 @@
</dependency>
<!-- Used to automatically configure microprofile rest client in tests -->
<dependency>
<groupId>io.smallrye.config</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>smallrye-config-repackaged</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down Expand Up @@ -397,7 +397,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.valid4j</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<version>${project.version}</version>
<scope>test</scope>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<artifactId>repackaged</artifactId>
<version>6.2024.12-SNAPSHOT</version>
</parent>
<groupId>org.valid4j</groupId>
<artifactId>http-matchers-repackaged</artifactId>

<name>Payara Samples - Payara - http-matchers repackaged as a module</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<artifactId>repackaged</artifactId>
<version>6.2024.12-SNAPSHOT</version>
</parent>
<groupId>org.omnifaces</groupId>
<artifactId>jacc-provider-repackaged</artifactId>
<name>Payara Samples - Payara - jacc-provider repackaged as a module</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
<artifactId>repackaged</artifactId>
<version>6.2024.12-SNAPSHOT</version>
</parent>
<groupId>io.smallrye.config</groupId>
<artifactId>smallrye-config-repackaged</artifactId>
<name>Payara Samples - Payara - smallrye-config repackaged as a module</name>

Expand Down
4 changes: 2 additions & 2 deletions appserver/tests/payara-samples/samples/dynamic-roles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<dependencies>
<dependency>
<groupId>io.smallrye.config</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>smallrye-config-repackaged</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -99,7 +99,7 @@
<artifactId>samples-test-utils</artifactId>
</dependency>
<dependency>
<groupId>org.valid4j</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

<dependencies>
<dependency>
<groupId>org.omnifaces</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>jacc-provider-repackaged</artifactId>
<scope>compile</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<artifactId>htmlunit</artifactId>
</dependency>
<dependency>
<groupId>org.valid4j</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<scope>test</scope>
</dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<dependencies>
<dependency>
<groupId>io.smallrye.config</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>smallrye-config-repackaged</artifactId>
</dependency>
<dependency>
Expand Down Expand Up @@ -108,7 +108,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.valid4j</groupId>
<groupId>fish.payara.server.internal.tests</groupId>
<artifactId>http-matchers-repackaged</artifactId>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 9b0984d

Please sign in to comment.