Skip to content

Commit

Permalink
anything special about order?
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Aug 14, 2024
1 parent 2fdfd24 commit a0d8b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockstore-cli-integration-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@
<!-- workaround for Java 17 module issues with powermock -->
<!-- And Disable org.hibernate assertions for now. See SEAB-5854 -->
<argLine>
<!-- for Java 21, see -->
-Djava.security.manager=allow
@{argLine}
--illegal-access=permit
--add-opens java.base/java.lang=ALL-UNNAMED
Expand All @@ -270,6 +268,8 @@
--add-opens java.base/java.base=ALL-UNNAMED
--add-opens java.base/java.lang.reflect=ALL-UNNAMED
--add-opens java.base/sun.nio.fs=ALL-UNNAMED
<!-- for Java 21, see -->
-Djava.security.manager=allow
-da:org.hibernate...
</argLine>
</configuration>
Expand Down

0 comments on commit a0d8b0e

Please sign in to comment.