allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
357 stars 226 forks source link

[BREAKING] Move dependencies to compileOnly to exclude them from classpath #1095

Closed baev closed 3 months ago

baev commented 4 months ago

Context

This change is considered as breaking as it may affect the resolved test versions. Make sure the test framework dependencies are specified directly in the project.

Checklist