This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new b8ca24e CAMEL-17052: Import netty-bom before azure-bom to enforce
correct dependency versions
b8ca24e is described below
commit b8ca24ee853275ad5cf9fa0ca61fa5e72a9b891b
Author: James Netherton <[email protected]>
AuthorDate: Fri Oct 8 09:54:41 2021 +0100
CAMEL-17052: Import netty-bom before azure-bom to enforce correct
dependency versions
---
parent/pom.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index f785aa1..67b9df6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -4043,6 +4043,15 @@
<version>${directory-watcher-version}</version>
</dependency>
+ <!-- Netty bom -->
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-bom</artifactId>
+ <version>${netty-version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+
<!-- Azure SDK bom -->
<dependency>
<groupId>com.azure</groupId>
@@ -4052,15 +4061,6 @@
<scope>import</scope>
</dependency>
- <!-- Netty bom -->
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-bom</artifactId>
- <version>${netty-version}</version>
- <type>pom</type>
- <scope>import</scope>
- </dependency>
-
</dependencies>
</dependencyManagement>