summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-09-24 20:58:35 +0200
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-09-24 20:58:35 +0200
commitf277b704114113707ef48baa5b8a8b41903e0def (patch)
treee6cf061de2b0fd0e375ad9b8ee7c950f92464727 /pom.xml
parent30450653656b077128cb92387cffcad3b58f5592 (diff)
fix(pom): Pull in the Quarkus BOM only in the Quarkus-related modules.
Change-Id: If51f89d2975569a02e0226fd6673091a21277b82
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/pom.xml b/pom.xml
index 460241b..d054218 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,18 +82,6 @@ SPDX-License-Identifier: LGPL-3.0-or-later
</snapshotRepository>
</distributionManagement>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>io.quarkus</groupId>
- <artifactId>quarkus-bom</artifactId>
- <version>${quarkus.version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
- </dependencies>
- </dependencyManagement>
-
<build>
<pluginManagement>