Skip to content

Commit 8981a5c

Browse files
committed
Remove workaround for
siom79/japicmp#365
1 parent 4ef481f commit 8981a5c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -291,14 +291,6 @@ file comparators, endian transformation classes, and much more.
291291
<plugin>
292292
<groupId>com.github.siom79.japicmp</groupId>
293293
<artifactId>japicmp-maven-plugin</artifactId>
294-
<configuration>
295-
<parameter>
296-
<excludes>
297-
<!-- False positive: https://github.com/siom79/japicmp/issues/365 -->
298-
<exclude>org.apache.commons.io.StreamIterator</exclude>
299-
</excludes>
300-
</parameter>
301-
</configuration>
302294
</plugin>
303295
</plugins>
304296
</reporting>

0 commit comments

Comments
 (0)