Skip to content

Commit

Permalink
Reproduce missing sun.misc.SharedSecrets with link-at-build-time
Browse files Browse the repository at this point in the history
  • Loading branch information
JohT committed Jan 27, 2023
1 parent e6c8374 commit 5143a8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<artifactId>reactor-core</artifactId>
<version>3.5.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.6</version>
</dependency>
</dependencies>

<profiles>
Expand Down Expand Up @@ -52,6 +57,10 @@
</executions>
<configuration>
<mainClass>${mainClass}</mainClass>
<buildArgs>
<buildArg>--verbose</buildArg>
<buildArg>--link-at-build-time</buildArg>
</buildArgs>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 5143a8e

Please sign in to comment.