2121
2222 <dependencyManagement >
2323 <dependencies >
24-
2524 <dependency >
2625 <groupId >io.qameta.allure</groupId >
2726 <artifactId >allure-bom</artifactId >
2827 <version >${allure.version} </version >
2928 <type >pom</type >
3029 <scope >import</scope >
3130 </dependency >
32-
31+ <dependency >
32+ <groupId >io.cucumber:cucumber-bom</groupId >
33+ <artifactId >cucumber-bom</artifactId >
34+ <version >${cucumber.version} </version >
35+ <type >pom</type >
36+ <scope >import</scope >
37+ </dependency >
3338 <dependency >
3439 <groupId >org.junit</groupId >
3540 <artifactId >junit-bom</artifactId >
3641 <version >${junit-jupiter.version} </version >
3742 <type >pom</type >
3843 <scope >import</scope >
3944 </dependency >
40-
4145 </dependencies >
4246 </dependencyManagement >
4347
4448 <dependencies >
45-
4649 <dependency >
4750 <groupId >io.qameta.allure</groupId >
4851 <artifactId >allure-cucumber7-jvm</artifactId >
4952 </dependency >
50-
5153 <dependency >
5254 <groupId >io.qameta.allure</groupId >
5355 <artifactId >allure-junit5</artifactId >
5658 <dependency >
5759 <groupId >io.cucumber</groupId >
5860 <artifactId >cucumber-junit-platform-engine</artifactId >
59- <version >${cucumber.version} </version >
6061 </dependency >
61-
6262 <dependency >
6363 <groupId >io.cucumber</groupId >
6464 <artifactId >cucumber-java</artifactId >
65- <version >${cucumber.version} </version >
6665 </dependency >
67-
6866 <dependency >
6967 <groupId >org.junit.platform</groupId >
7068 <artifactId >junit-platform-suite</artifactId >
7573 <artifactId >slf4j-simple</artifactId >
7674 <version >2.0.9</version >
7775 </dependency >
78-
7976 </dependencies >
8077
8178 <build >
8885 <configuration >
8986 <testFailureIgnore >false</testFailureIgnore >
9087 <argLine >
91- -Dfile.encoding=UTF-8
88+ -Dfile.encoding=${project.build.sourceEncoding}
9289 -javaagent:"${settings.localRepository} /org/aspectj/aspectjweaver/${aspectj.version} /aspectjweaver-${aspectj.version} .jar"
9390 </argLine >
9491 <systemPropertyVariables >
118115 <artifactId >maven-compiler-plugin</artifactId >
119116 <version >3.11.0</version >
120117 <configuration >
121- <encoding >UTF-8 </encoding >
118+ <encoding >${project.build.sourceEncoding} </encoding >
122119 <source >${maven.compiler.source} </source >
123120 <target >${maven.compiler.target} </target >
124121 </configuration >
127124 </plugins >
128125 </build >
129126
130- </project >
127+ </project >
0 commit comments