#526 - Add BOM client to verify dependency availability.

We now provide a BOM client module that verifies dependency resolution using our release train BOM.
This commit is contained in:
Mark Paluch
2018-03-13 11:43:10 +01:00
parent 7de16f491a
commit ff858553e1
2 changed files with 197 additions and 0 deletions

View File

@@ -96,6 +96,13 @@
</build>
</profile>
<profile>
<id>bom-verify</id>
<modules>
<module>bom-client</module>
</modules>
</profile>
<!-- Build profile for the build run deploying to Artifactory -->
<profile>