You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/03/30 14:57:02 UTC

[activemq] branch master updated: Add missing jackson lib in the assembly

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new 329785d  Add missing jackson lib in the assembly
329785d is described below

commit 329785d52fcb244159e0d763576483f524f7c8d6
Author: jbonofre <jb...@apache.org>
AuthorDate: Tue Mar 30 16:56:47 2021 +0200

    Add missing jackson lib in the assembly
---
 assembly/src/main/descriptors/common-bin.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/assembly/src/main/descriptors/common-bin.xml b/assembly/src/main/descriptors/common-bin.xml
index bfe08a9..3e55b6b 100644
--- a/assembly/src/main/descriptors/common-bin.xml
+++ b/assembly/src/main/descriptors/common-bin.xml
@@ -151,6 +151,9 @@
         <include>org.glassfish.jaxb:jaxb-core</include>
         <include>com.sun.istack:istack-commons-runtime</include>
         <include>javax.activation:javax.activation-api</include>
+        <include>com.fasterxml.jackson.core:jackson-core</include>
+        <include>com.fasterxml.jackson.core:jackson-annotations</include>
+        <include>com.fasterxml.jackson.core:jackson-databind</include>
       </includes>
       <fileMode>0644</fileMode>
       <directoryMode>0755</directoryMode>