SOLR-9515 - Add maven forbiddenapis exclude for copied Hadoop code

Signed-off-by: Kevin Risden <krisden@apache.org>
This commit is contained in:
Kevin Risden 2019-02-08 09:08:35 -05:00
parent 2655d44e0f
commit 092b22faa3
No known key found for this signature in database
GPG Key ID: 040FAE3292C5F73F

View File

@ -144,6 +144,7 @@
<excludes>
<!-- TODO: remove this - imported code -->
<exclude>org/apache/solr/internal/**/*.class</exclude>
<exclude>org/apache/hadoop/**</exclude>
</excludes>
</configuration>
</execution>