Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 1 addition & 22 deletions tests/e2e-tls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,26 +146,5 @@
--add-opens java.base/sun.net.www.protocol.https=ALL-UNNAMED
</http.patch.addopens>
</properties>

<profiles>
<profile>
<id>JDK_17-</id>
<activation>
<jdk>[11,17)</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!-- The certificate is not working with JDK 11 -->
<excludes><exclude>**/ConcurrentHttpsUrlConnectionTest*</exclude></excludes>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>


</project>
9 changes: 0 additions & 9 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,6 @@
<build>
</build>
</profile>
<profile>
<id>JDK11+</id>
<activation>
<jdk>[11,)</jdk>
</activation>
<modules>
<module>release-test</module>
</modules>
</profile>
<profile>
<id>JDK17+</id>
<activation>
Expand Down
Loading