diff --git a/codec-http2/pom.xml b/codec-http2/pom.xml index c787a53c62..e9d74896ef 100644 --- a/codec-http2/pom.xml +++ b/codec-http2/pom.xml @@ -30,6 +30,8 @@ io.netty.codec.http2 + + --add-exports java.base/sun.security.x509=ALL-UNNAMED diff --git a/pom.xml b/pom.xml index 1cb438dee7..0a9b73e486 100644 --- a/pom.xml +++ b/pom.xml @@ -216,6 +216,9 @@ 15 + + + --illegal-access=deny ${argLine.java9.extras} true @@ -237,6 +240,9 @@ 14 + + + --illegal-access=deny ${argLine.java9.extras} true @@ -255,6 +261,9 @@ 13 + + + --illegal-access=deny ${argLine.java9.extras} true