Skip to content

Commit

Permalink
FISH-9198 Fix Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinchan committed Oct 1, 2024
1 parent 439a637 commit d8327e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appserver/packager/appserver-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
<artifactId>jakarta.jws-api</artifactId>
</dependency>
<dependency>
<groupId>fish.payara.server.core.packager</groupId>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>tomlj-repackaged</artifactId>
<version>6.2024.10-SNAPSHOT</version>
</dependency>
Expand Down
2 changes: 0 additions & 2 deletions appserver/packager/external/tomlj-repackaged/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@
<artifactId>external</artifactId>
<version>6.2024.10-SNAPSHOT</version>
</parent>

<groupId>fish.payara.server.core.packager</groupId>
<artifactId>tomlj-repackaged</artifactId>
<name>tomlj repackaged as a module</name>
<description>tomlj repackaged as a module</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>fish.payara.server.core.packager</groupId>
<groupId>fish.payara.server.internal.packager</groupId>
<artifactId>tomlj-repackaged</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit d8327e7

Please sign in to comment.