This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new a143029 re-enable Pack200 tests on Java 14+ a143029 is described below commit a143029ae1171bb2093dc175c524f358ed5fede9 Author: Stefan Bodewig <bode...@apache.org> AuthorDate: Sat Jul 3 10:10:12 2021 +0200 re-enable Pack200 tests on Java 14+ --- pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pom.xml b/pom.xml index 1ec23b7..2fa43c5 100644 --- a/pom.xml +++ b/pom.xml @@ -552,26 +552,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. </build> </profile> <profile> - <id>java14+</id> - <activation> - <jdk>[14,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/DetectCompressorTestCase.java</exclude> - <exclude>**/Pack200TestCase.java</exclude> - <exclude>**/Pack200UtilsTest.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> - </profile> - <profile> <id>java11+</id> <activation> <jdk>[11,)</jdk>