OpenSearch/qa/smoke-test-shaded
Simon Willnauer 13a347239a Don't run shaded tests as unit tests
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.
2015-08-10 16:29:19 +02:00
..
src/test/java/org/elasticsearch/shaded/test Don't run shaded tests as unit tests 2015-08-10 16:29:19 +02:00
pom.xml Don't run shaded tests as unit tests 2015-08-10 16:29:19 +02:00