This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-3.11.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.11.x by this push: new 3e300a7 CAMEL-17052: Import netty-bom before azure-bom to enforce correct dependency versions 3e300a7 is described below commit 3e300a77c3491262de6799bb47c7793fe3d9487b Author: James Netherton <jamesnether...@gmail.com> 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 a66ce73..0d8063d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4007,6 +4007,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> @@ -4016,15 +4025,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>