You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2021/12/20 18:50:19 UTC

[qpid-protonj2] branch main updated: PROTON-2463 Tag the io_uring experimental dependency as provided

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/qpid-protonj2.git


The following commit(s) were added to refs/heads/main by this push:
     new 88d4064  PROTON-2463 Tag the io_uring experimental dependency as provided
88d4064 is described below

commit 88d4064bd05f7f2c0078df4b9be2c11805dde3e4
Author: Timothy Bish <ta...@gmail.com>
AuthorDate: Mon Dec 20 13:45:59 2021 -0500

    PROTON-2463 Tag the io_uring experimental dependency as provided
    
    The io_uring dependency should be optional to match the packaged archive
    which exlcudes it since it is experimental.
---
 protonj2-client/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/protonj2-client/pom.xml b/protonj2-client/pom.xml
index 9f39a9c..917068a 100644
--- a/protonj2-client/pom.xml
+++ b/protonj2-client/pom.xml
@@ -64,6 +64,7 @@
       <groupId>io.netty.incubator</groupId>
       <artifactId>netty-incubator-transport-native-io_uring</artifactId>
       <classifier>${netty-transport-native-io-uring-classifier}</classifier>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>io.netty</groupId>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org