Skip to content

Commit 1ffabd7

Browse files
authored
Fix build order of Maven modules (#2659)
1 parent b5cf913 commit 1ffabd7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

cucumber-archetype/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
</dependencyManagement>
4545

4646
<dependencies>
47+
<dependency>
48+
<groupId>io.cucumber</groupId>
49+
<artifactId>cucumber-bom</artifactId>
50+
<version>${project.version}</version>
51+
<type>pom</type>
52+
<scope>import</scope>
53+
</dependency>
4754
<dependency>
4855
<groupId>io.cucumber</groupId>
4956
<artifactId>cucumber-java</artifactId>

0 commit comments

Comments
 (0)