.azure.azure-sdk-build-tool-maven-plugin.1.0.0.source-code.strings.properties Maven / Gradle / Ivy
# Error messages
missingBomDependency = The azure-sdk-bom is not being used!
outdatedBomDependency = The azure-sdk-bom is outdated - consider updating to the latest release!
overrideBomVersion = The azure-sdk-bom version is ignored and a dependency version is explicitly specified.
betaDependencyUsed = A beta dependency is used.
deprecatedDirectDependency = A direct dependency of this project relies on a `com.microsoft.*` library. Consider upgrading to the `com.azure.*` library listed below:
deprecatedIndirectDependency = A transitive dependency of this project relies on a `com.microsoft.*` library. Consider checking for a newer release of the following libraries:
betaApiUsed = A method annotated with Beta is called!