This is an automated email from the ASF dual-hosted git repository.
tabish pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new f249a91901 ARTEMIS-5628: tidy netty test deps, manage consistent
versions and set scope
f249a91901 is described below
commit f249a91901ebcf1bdf2fcc1eba4b7683915a0208
Author: Robbie Gemmell <[email protected]>
AuthorDate: Thu Aug 21 15:48:14 2025 +0100
ARTEMIS-5628: tidy netty test deps, manage consistent versions and set scope
---
artemis-pom/pom.xml | 12 ++++++++++++
tests/integration-tests/pom.xml | 2 +-
tests/unit-tests/pom.xml | 1 -
3 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/artemis-pom/pom.xml b/artemis-pom/pom.xml
index d43e9237eb..6a5e906f69 100644
--- a/artemis-pom/pom.xml
+++ b/artemis-pom/pom.xml
@@ -481,6 +481,18 @@
<classifier>${netty-transport-native-kqueue-classifier}</classifier>
<!-- License: Apache 2.0 -->
</dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-tcnative-boringssl-static</artifactId>
+ <version>${netty-tcnative-version}</version>
+ <!-- License: Apache 2.0 -->
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-codec-http2</artifactId>
+ <version>${netty.version}</version>
+ <!-- License: Apache 2.0 -->
+ </dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
<artifactId>proton-j</artifactId>
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 66f9265aed..2b5fcc7700 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -366,7 +366,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
- <version>${netty-tcnative-version}</version>
+ <scope>test</scope>
</dependency>
<!-- need this for org.apache.activemq.filter.JAXPXPathEvaluator for
Xpath selectors with OpenWire JMS clients-->
diff --git a/tests/unit-tests/pom.xml b/tests/unit-tests/pom.xml
index d885eefeef..38a08e8af6 100644
--- a/tests/unit-tests/pom.xml
+++ b/tests/unit-tests/pom.xml
@@ -169,7 +169,6 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
- <version>${netty-tcnative-version}</version>
<scope>test</scope>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact