This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MSHARED-875 in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
commit 56a663816e1fb33f36b2140aa3c445cb9c9b3f7d Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Sat Apr 4 16:51:02 2020 +0200 [MSHARED-875] - Remove enforcer for bytecode enforcement --- pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pom.xml b/pom.xml index 1bcca0b..7eeaab6 100644 --- a/pom.xml +++ b/pom.xml @@ -98,9 +98,6 @@ </execution> </executions> <configuration> - <ignores> - <ignore>java.lang.invoke.MethodHandle</ignore> - </ignores> <signature> <groupId>org.codehaus.mojo.signature</groupId> <artifactId>java17</artifactId> @@ -108,23 +105,6 @@ </signature> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <executions> - <execution> - <id>enforce-bytecode-version</id> - <configuration> - <rules> - <enforceBytecodeVersion> - <maxJdkVersion>1.${javaVersion}</maxJdkVersion> - </enforceBytecodeVersion> - </rules> - </configuration> - </execution> - </executions> - </plugin> - </plugins> </build>