File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 2929 <scope >import</scope >
3030 </dependency >
3131 <dependency >
32- <groupId >io.cucumber:cucumber-bom </groupId >
32+ <groupId >io.cucumber</groupId >
3333 <artifactId >cucumber-bom</artifactId >
3434 <version >${cucumber.version} </version >
3535 <type >pom</type >
4848 <dependencies >
4949 <dependency >
5050 <groupId >io.qameta.allure</groupId >
51- <artifactId >allure-cucumber7-jvm</artifactId >
51+ <artifactId >allure-junit5</artifactId >
52+ <scope >test</scope >
5253 </dependency >
5354 <dependency >
5455 <groupId >io.qameta.allure</groupId >
55- <artifactId >allure-junit5</artifactId >
56+ <artifactId >allure-cucumber7-jvm</artifactId >
57+ <scope >test</scope >
5658 </dependency >
5759
5860 <dependency >
5961 <groupId >io.cucumber</groupId >
6062 <artifactId >cucumber-junit-platform-engine</artifactId >
63+ <scope >test</scope >
6164 </dependency >
6265 <dependency >
6366 <groupId >io.cucumber</groupId >
6467 <artifactId >cucumber-java</artifactId >
68+ <scope >test</scope >
6569 </dependency >
6670 <dependency >
6771 <groupId >org.junit.platform</groupId >
6872 <artifactId >junit-platform-suite</artifactId >
73+ <scope >test</scope >
6974 </dependency >
7075
7176 <dependency >
7277 <groupId >org.slf4j</groupId >
7378 <artifactId >slf4j-simple</artifactId >
7479 <version >2.0.9</version >
80+ <scope >test</scope >
7581 </dependency >
7682 </dependencies >
7783
You can’t perform that action at this time.
0 commit comments