This is an automated email from the ASF dual-hosted git repository.

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 579516f  Warn users that not all combinations of artifacts managed by 
quarkus-universe-bom are tested
579516f is described below

commit 579516f5965dac617d7e4c47073dc8cb0997265d
Author: Peter Palaga <[email protected]>
AuthorDate: Mon Jul 12 15:01:16 2021 +0200

    Warn users that not all combinations of artifacts managed by
    quarkus-universe-bom are tested
---
 docs/modules/ROOT/pages/user-guide/dependency-management.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/user-guide/dependency-management.adoc 
b/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
index 510bd02..89ae3c0 100644
--- a/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
+++ b/docs/modules/ROOT/pages/user-guide/dependency-management.adoc
@@ -21,7 +21,7 @@ such as Hazelcast, Cassandra, Kogito, Optaplanner, etc.
 
 This has the advantage that application developers do not need to care for the 
compatibility of the individual artifacts
 that may come from various independent projects.
-All artifacts managed by `quarkus-universe-bom` are supposed to work together 
flawlessly.
+Note that not all combinations of artifacts managed by `quarkus-universe-bom` 
are tested.
 
 Here is a stub of a `pom.xml` file generated by 
https://code.quarkus.io/[code.quarkus.io]:
 

Reply via email to