mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 13:35:37 +00:00
SOLR-9515 - Add maven forbiddenapis exclude for copied Hadoop code
Signed-off-by: Kevin Risden <krisden@apache.org>
This commit is contained in:
parent
2655d44e0f
commit
092b22faa3
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user