mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
If we run the tests as a reactor build we reference the dependencies before they are shaded. This causes problems since we verify that unshaded versions of a transitive dependency is not present. This commit moves the verification tests into the integration test that always runs with the shaded version of the jar.