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 a31fbee  Move the log4j libs into optional folder and exclude io_uring 
impl
a31fbee is described below

commit a31fbee50f83a900017d05b890fee3f9e773c661
Author: Timothy Bish <tabish...@gmail.com>
AuthorDate: Wed Apr 21 16:52:28 2021 -0400

    Move the log4j libs into optional folder and exclude io_uring impl
    
    The log4j logging bits are optional and the user can choose to use that
    or some other logging framework so we move them into the lib/optional
    folder.  The io_uring implementation is still in the netty incubator and
    not meant to public use yet so we exclude that from the release artifact
---
 apache-qpid-protonj2/src/main/assembly/bin.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/apache-qpid-protonj2/src/main/assembly/bin.xml 
b/apache-qpid-protonj2/src/main/assembly/bin.xml
index ce128da..3753cad 100644
--- a/apache-qpid-protonj2/src/main/assembly/bin.xml
+++ b/apache-qpid-protonj2/src/main/assembly/bin.xml
@@ -44,6 +44,18 @@
       <outputDirectory>/lib</outputDirectory>
       <useProjectArtifact>false</useProjectArtifact>
       <useTransitiveFiltering>true</useTransitiveFiltering>
+      <excludes>
+        <exclude>org.apache.logging.log4j:log4j-slf4j-impl</exclude>
+        <exclude>io.netty.incubator:*</exclude>
+      </excludes>
+    </dependencySet>
+    <dependencySet>
+      <outputDirectory>/lib/optional</outputDirectory>
+      <useProjectArtifact>false</useProjectArtifact>
+      <useTransitiveFiltering>true</useTransitiveFiltering>
+      <includes>
+        <include>org.apache.logging.log4j:log4j-slf4j-impl</include>
+      </includes>
     </dependencySet>
   </dependencySets>
 </assembly>

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

Reply via email to