This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 4bc4381 Use JApiCmp instead of Clirr since Clirr does not know about Java 8. 4bc4381 is described below commit 4bc438108f3fbc6baab27666cd17dc9d2ecb7c6d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jun 2 14:03:03 2020 -0400 Use JApiCmp instead of Clirr since Clirr does not know about Java 8. --- pom.xml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/pom.xml b/pom.xml index 446c7e0..bd7d438 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,6 @@ <commons.findbugs.version>3.0.5</commons.findbugs.version> <commons.surefire.version>3.0.0-M4</commons.surefire.version> <checkstyle.plugin.version>3.1.0</checkstyle.plugin.version> - <commons.clirr.version>2.8</commons.clirr.version> <jna.version>5.5.0</jna.version> <commons.japicmp.version>0.14.3</commons.japicmp.version> <japicmp.skip>false</japicmp.skip> @@ -234,15 +233,6 @@ </excludes> </configuration> </plugin> - <!-- Allow Clirr to be run from command line --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <version>${commons.clirr.version}</version> - <configuration> - <minSeverity>${minSeverity}</minSeverity> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> @@ -491,23 +481,6 @@ </dependencies> <profiles> - <!-- - Profile to ignore certain Clirr errors - To show all the errors, use -P!quieten-clirr or -Dclirr.allDifferences - --> - <profile> - <id>quieten-clirr</id> - <activation> - <!-- Enable unless the following is defined --> - <property> - <name>!clirr.allDifferences</name> - </property> - </activation> - <properties> - <!-- It's not possible to undefine this once defined, so we define it in a profile that is normally active --> - <clirr.ignoredDifferencesFile>${basedir}/src/conf/clirr-ignored-diffs.xml</clirr.ignoredDifferencesFile> - </properties> - </profile> <!-- Profile to build and run PerformanceTest. Use 'mvn test -Pjdk-rt' --> <profile> <id>jdk-rt</id>