Remove now unnecessary JDK 16 specific workaround

Now that we are not using reflection anymore to push unsupported HTTP
methods, we can remove this workaround.
This commit is contained in:
Guillaume Smet
2021-04-21 13:29:33 +02:00
parent f6e8a2c7c6
commit 02e02d39b0

10
pom.xml
View File

@@ -596,16 +596,6 @@
</plugins>
</build>
</profile>
<profile>
<id>jdk11+</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<properties>
<!-- this is required for GithubHttpUrlConnectionClient#setRequestMethod() to work with JDK 16+ -->
<surefire.argLine>--add-opens java.base/java.net=ALL-UNNAMED</surefire.argLine>
</properties>
</profile>
<profile>
<id>ci-non-windows</id>
<activation>