Skip to content

BOM Guidelines

Alan Zimmer edited this page Jan 30, 2020 · 5 revisions

Introduction

A "bill of materials" (BOM) is a customer-focused POM that contains a set of modules that are known to share a common set of dependencies. This reduces the overhead of dependency management for the Azure SDKs included in the BOM and allows for a customer to focus on the bigger picture.

What's Included

The azure-sdk-bom will include all GA'd libraries that share a common dependency set.

Release Cadence

TBD

Validation

  • Dependency checker tool has no conflicting dependency versions (TBD)
  • E2E/Smoke tests pass (TBD)
Clone this wiki locally