mirror of
https://github.com/apache/lucene.git
synced 2025-02-15 14:35:50 +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>
|
<excludes>
|
||||||
<!-- TODO: remove this - imported code -->
|
<!-- TODO: remove this - imported code -->
|
||||||
<exclude>org/apache/solr/internal/**/*.class</exclude>
|
<exclude>org/apache/solr/internal/**/*.class</exclude>
|
||||||
|
<exclude>org/apache/hadoop/**</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user