Skip to content

Commit e3409d8

Browse files
committed
fix deps
1 parent 01a55c4 commit e3409d8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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>
@@ -48,30 +48,36 @@
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

0 commit comments

Comments
 (0)