Skip to content

Commit e4b017c

Browse files
committed
Add a removed class to japicmp ignore list
The exception can be removed again after the release, when comparing 7.1.1 with 7.1.0.
1 parent 67bc976 commit e4b017c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
<plugin>
408408
<groupId>com.github.siom79.japicmp</groupId>
409409
<artifactId>japicmp-maven-plugin</artifactId>
410-
<version>0.9.3</version>
410+
<version>0.11.0</version>
411411
<executions>
412412
<execution>
413413
<phase>verify</phase>
@@ -422,6 +422,7 @@
422422
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
423423
<ignoreMissingClassesByRegularExpressions>
424424
<ignoreMissingClassesByRegularExpression>org.bouncycastle.*</ignoreMissingClassesByRegularExpression>
425+
<ignoreMissingClassesByRegularExpression>com.itextpdf.kernel.pdf.tagutils.IAccessibleElement</ignoreMissingClassesByRegularExpression>
425426
</ignoreMissingClassesByRegularExpressions>
426427
</parameter>
427428
</configuration>

0 commit comments

Comments
 (0)