Skip to content

Commit

Permalink
πŸ”§ : add com.sun.jndi.ldap module export
Browse files Browse the repository at this point in the history
this module is required by spring-ldap and is not exported by the jdk
since version 16
  • Loading branch information
juwit committed Oct 8, 2021
1 parent a091b2a commit 808b16d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<properties>
<java.version>17</java.version>

<antlr4.version>4.9.1</antlr4.version>
<cucumber-jvm.version>6.10.0</cucumber-jvm.version>
<jersey.version>2.27</jersey.version>
Expand Down Expand Up @@ -297,6 +297,9 @@
<include>**/*Test.java</include>
<include>**/*IT.java</include>
</includes>
<argLine>
--add-exports java.naming/com.sun.jndi.ldap=ALL-UNNAMED
</argLine>
</configuration>
</plugin>

Expand Down

0 comments on commit 808b16d

Please sign in to comment.