mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 02:44:49 +00:00
The license core artifact is currently marked as a compile dependency but it also shaded into the plugin jar file. This causes issues because we have the same class in multiple jars. To workaround this, the core artifact is marked as provided so that it is not included in the published pom file. Closes elastic/elasticsearch#54 Original commit: elastic/x-pack-elasticsearch@0d786cb965