From aeeec5bf1fa95cb4dd700a32c14b6453d8ec4b3c Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Thu, 18 Jul 2024 19:51:49 -0300 Subject: [PATCH] Add BOM to README.adoc --- README.adoc | 36 ++++++++++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 3d560005..537c9f0d 100644 --- a/README.adoc +++ b/README.adoc @@ -2,15 +2,43 @@ :sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-common image:https://github.com/smallrye/smallrye-common/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}] -image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-common&metric=alert_status["Quality Gate Status", link={sonar}] -image:https://img.shields.io/github/license/smallrye/smallrye-common.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"] +image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-common&metric=alert_status["Quality Gate Status",link={sonar}] +image:https://img.shields.io/github/license/smallrye/smallrye-common.svg["License",link="http://www.apache.org/licenses/LICENSE-2.0"] image:https://img.shields.io/maven-central/v/io.smallrye.common/smallrye-common-parent?color=green[["Central", link="https://search.maven.org/search?q=g:io.smallrye.common"] -= SmallRye Common +== SmallRye Common Common utilities for SmallRye projects. -== Instructions +=== Usage + +Add the `io.smallrye.common:smallrye-common-bom` to your ``: + +[source,xml] +---- + + io.smallrye.common + smallrye-common-bom + LATEST + pom + import + +---- + +Now you can add the dependencies you need without worrying about the versions. + +For example: + +[source,xml] +---- + + + io.smallrye.common + smallrye-common-io + +---- + +=== Development Compile and test the project: