Skip to content

Commit 19b503b

Browse files
authored
Verify that all dependencies defined in the bom are resolvable (#11904)
Motivation: We should ensure we can resolve all the dependencies that are defined in the bom Modifications: Add maven plugin which does the verification Result: Less likely to include incorrect dependencies in the bom
1 parent e00d101 commit 19b503b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

bom/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@
6868
<tcnative.version>2.0.46.Final</tcnative.version>
6969
</properties>
7070

71+
<build>
72+
<plugins>
73+
<plugin>
74+
<groupId>com.commsen.maven</groupId>
75+
<artifactId>bom-helper-maven-plugin</artifactId>
76+
<version>0.4.0</version>
77+
<goals>
78+
<goal>resolve</goal>
79+
</goals>
80+
</plugin>
81+
</plugins>
82+
</build>
7183
<dependencyManagement>
7284
<dependencies>
7385
<!-- All release modules -->

0 commit comments

Comments
 (0)